This commit is contained in:
谢小军
2019-11-27 18:11:05 +08:00
parent 7f2972f41b
commit 5cd0ac62ae
7 changed files with 57 additions and 105 deletions

View File

@@ -74,7 +74,7 @@ func initConfig() {
os.Exit(1)
} else {
fmt.Println("using config info:")
fmt.Println(tools.GetJsonStr(config.GetMysqlDbInfo()))
fmt.Println(tools.GetJSONStr(config.GetMysqlDbInfo()))
}
}