1 Star 0 Fork 187

Chanvi/sagooiot

forked from sagoo/sagooiot 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.go 613 Bytes
一键复制 编辑 原始数据 按行查看 历史
package main
import (
_ "github.com/gogf/gf/contrib/drivers/mysql/v2"
_ "github.com/gogf/gf/contrib/nosql/redis/v2"
_ "github.com/taosdata/driver-go/v3/taosRestful"
_ "github.com/taosdata/driver-go/v3/taosWS"
_ "sagooiot/internal/logic"
_ "sagooiot/internal/packed"
_ "sagooiot/network/core/logic/model"
"github.com/gogf/gf/v2/os/gctx"
"sagooiot/internal/cmd"
"sagooiot/pkg/utility/version"
)
var (
BuildVersion = "0.0"
BuildTime = ""
CommitID = ""
)
func main() {
version.ShowLogo(BuildVersion, BuildTime, CommitID)
ctx := gctx.GetInitCtx()
cmd.AllSystemInit(ctx)
cmd.Main.Run(ctx)
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/chanvi/sagooiot.git
git@gitee.com:chanvi/sagooiot.git
chanvi
sagooiot
sagooiot
main

搜索帮助