1 Star 0 Fork 0

happyxiaod/gftest

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
main.go 569 Bytes
一键复制 编辑 原始数据 按行查看 历史
happyxiaod 提交于 2023-12-27 11:22 . first commit
// Package main
// @Link https://github.com/bufanyun/hotgo
// @Copyright Copyright (c) 2023 HotGo CLI
// @Author Ms <133814250@qq.com>
// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE
package main
import (
_ "hotgo/internal/packed"
_ "github.com/gogf/gf/contrib/drivers/mysql/v2"
_ "github.com/gogf/gf/contrib/nosql/redis/v2"
"github.com/gogf/gf/v2/os/gctx"
_ "hotgo/addons/modules"
"hotgo/internal/cmd"
"hotgo/internal/global"
_ "hotgo/internal/logic"
)
func main() {
var ctx = gctx.GetInitCtx()
global.Init(ctx)
cmd.Main.Run(ctx)
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wangyuannet_admin/gftest.git
git@gitee.com:wangyuannet_admin/gftest.git
wangyuannet_admin
gftest
gftest
master

搜索帮助