1 Star 0 Fork 0

付宇飞 / restful-api-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.go 164 Bytes
一键复制 编辑 原始数据 按行查看 历史
付宇飞 提交于 2022-07-17 15:29 . 通过cli start 启动程序
package main
import (
"fmt"
"gitee.com/fuyufei889/restful-api-demo/cmd"
)
func main() {
if err := cmd.RootCmd.Execute(); err != nil {
fmt.Println(err)
}
}
Go
1
https://gitee.com/fuyufei889/restful-api-demo.git
git@gitee.com:fuyufei889/restful-api-demo.git
fuyufei889
restful-api-demo
restful-api-demo
9a034922694f

搜索帮助