parent
18bebd0c09
commit
308742d054
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue