1 Star 1 Fork 2

kristas / booting-go

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.go 185 Bytes
一键复制 编辑 原始数据 按行查看 历史
package main
import (
"gitee.com/kristas/booting-go/framework"
_ "gitee.com/kristas/booting-go/internal/demo/init"
)
func main() {
// 启动框架
framework.Application().Run()
}
Go
1
https://gitee.com/kristas/booting-go.git
git@gitee.com:kristas/booting-go.git
kristas
booting-go
booting-go
v1.4.4

搜索帮助