v0.1.32 v0.1.31
Vernon Keenan 2021-01-27 12:47:01 -08:00
parent 18bebd0c09
commit 308742d054
1 changed files with 0 additions and 2 deletions

View File

@ -11,8 +11,6 @@ import (
var MyDB *sql.DB
// InitDB initializes the MySQL database using DSN information from the config file
// and disables foreign key check's because we maintain referential integreity to allow
// for mass batch input.
//
func InitDB() {
var db *sql.DB