From 66e09a7051ea4f96c70c2bf2b2d8a322ab40fc5b Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Thu, 3 Sep 2020 10:34:48 +0800 Subject: [PATCH] 提亀 --- src/HttpServer/main/main.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/HttpServer/main/main.go b/src/HttpServer/main/main.go index 3f58dae..4c3395a 100644 --- a/src/HttpServer/main/main.go +++ b/src/HttpServer/main/main.go @@ -7,6 +7,7 @@ import ( "HttpServer/redishandler" "common/logger" "flag" + "mysql" "os" "runtime/pprof" "time" @@ -51,11 +52,11 @@ func main() { return } - /*err = mysql.InitMysql() + err = mysql.InitMysql() if err != nil { logger.Error("err init mysql err=%v", err) return - }*/ + } err = jsonconf.LoadJsonConf() if err != nil { -- libgit2 0.21.0