Ai
1 Star 3 Fork 1

GPER/grm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.go 208 Bytes
一键复制 编辑 原始数据 按行查看 历史
GPER 提交于 2022-07-21 22:54 +08:00 . feat:add storage file
package main
import (
"grm/cmd/run"
"grm/cmd/user"
"github.com/spf13/cobra"
)
func main() {
var rootCmd = &cobra.Command{Use: "grm"}
rootCmd.AddCommand(run.CmdRun, user.CmdUser)
rootCmd.Execute()
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/gphper/grm.git
git@gitee.com:gphper/grm.git
gphper
grm
grm
main

搜索帮助