1 Star 0 Fork 0

1701/gpa-examples

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.go 394 Bytes
一键复制 编辑 原始数据 按行查看 历史
1701 提交于 2021-08-04 09:29 . 更新
package main
import (
"gitee.com/knowgo/gpa-examples/commands"
"gitee.com/knowgo/gpa-examples/examples/gen"
"gitee.com/knowgo/gpa-examples/examples/operations"
"gitee.com/knowgo/gpa-examples/examples/synctables"
_ "github.com/lib/pq"
)
func main() {
commands.AddCommand(synctables.Cmd)
commands.AddCommand(gen.Cmd)
commands.AddCommand(operations.Cmd)
commands.Main("gpa-example")
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/knowgo/gpa-examples.git
git@gitee.com:knowgo/gpa-examples.git
knowgo
gpa-examples
gpa-examples
master

搜索帮助