|
dsn := fmt.Sprintf("%s:%s@tcp(%s:%s)/", conf.UserName, conf.Password, conf.Host, conf.Port)
|
|
dsn := fmt.Sprintf("%s:%s@tcp(%s:%s)/", conf.UserName, conf.Password, conf.Host, conf.Port)
|
|
if err := createTable(dsn, "mysql", createSql); err != nil {
|
|
if err := createTable(dsn, "mysql", createSql); err != nil {
|