1 Star 0 Fork 115

626215831/GfEasy

forked from jasonLaw1015/GfEasy 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.go 279 Bytes
一键复制 编辑 原始数据 按行查看 历史
package main
import (
_ "gfEasy/boot"
_ "gfEasy/router"
"github.com/gogf/gf/frame/g"
)
// @title `gfEasy`的API文档
// @version 1.0
// @description `GoFrame`基础开发框架示例服务API接口文档。
// @schemes http
func main() {
g.Server().Run()
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/626215831/GfEasy.git
git@gitee.com:626215831/GfEasy.git
626215831
GfEasy
GfEasy
master

搜索帮助