4 Star 40 Fork 27

冰舞奇迹 / b5GoCmf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.go 358 Bytes
一键复制 编辑 原始数据 按行查看 历史
冰舞奇迹 提交于 2022-11-01 22:07 . i
package main
import (
"b5gocmf/router"
"b5gocmf/utils/core"
)
//go:generate go env -w GO111MODULE=on
//go:generate go env -w GOPROXY=https://goproxy.cn,direct
//go:generate go mod tidy
//go:generate go mod download
func main() {
//初始化引导
engine := core.Load()
//加载路由
router.LoadRouter(engine)
//启动服务
core.Run(engine)
}
Go
1
https://gitee.com/b5net/b5-go-cmf.git
git@gitee.com:b5net/b5-go-cmf.git
b5net
b5-go-cmf
b5GoCmf
master

搜索帮助