This commit is contained in:
苏尹岚
2021-03-30 16:27:27 +08:00
parent 5a7e7a0ab7
commit 6235597ba6
21 changed files with 943 additions and 943 deletions

View File

@@ -2,8 +2,8 @@ package globals
import (
"git.rosy.net.cn/baseapi"
"github.com/astaxie/beego"
"github.com/astaxie/beego/logs"
beego "github.com/astaxie/beego/adapter"
"github.com/astaxie/beego/core/logs"
_ "github.com/go-sql-driver/mysql" // import your used driver
"go.uber.org/zap"
)