This commit is contained in:
邹宗楠
2022-08-01 15:25:01 +08:00
parent 6e8b14ab3b
commit 9f61711154

View File

@@ -4,7 +4,6 @@ import (
"flag" "flag"
"fmt" "fmt"
"git.rosy.net.cn/jx-callback/controllers" "git.rosy.net.cn/jx-callback/controllers"
"git.rosy.net.cn/jx-callback/globals"
_ "net/http/pprof" _ "net/http/pprof"
"os" "os"
"time" "time"
@@ -85,7 +84,6 @@ func checkCmdFlags() bool {
} }
func main() { func main() {
globals.SugarLogger.Debug("api-------------------------------main")
Init() Init()
//先打开swagger //先打开swagger
//if beego.BConfig.RunMode != "prod" { //if beego.BConfig.RunMode != "prod" {