1 Star 0 Fork 0

玟兵/gin_starter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.go 440 Bytes
一键复制 编辑 原始数据 按行查看 历史
玟兵 提交于 2024-08-23 23:28 . gin pprof
package main
import (
"gitee.com/binny_w/gin_starter/core"
_ "gitee.com/binny_w/gin_starter/model"
"gitee.com/binny_w/go-util"
"github.com/gin-contrib/pprof"
"github.com/gin-gonic/gin"
_ "go.uber.org/automaxprocs"
)
func main() {
if gin.Mode() == gin.DebugMode {
pprof.Register(core.Engine.E)
}
util.HttpSrvRun(core.Config.GetString("gin.addr"), core.Engine.E, func() {
core.MysqlClient.CloseDB()
core.Logger.Close()
})
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/binny_w/gin_starter.git
git@gitee.com:binny_w/gin_starter.git
binny_w
gin_starter
gin_starter
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385