get 命令 gopm get 使用示例 gopm get gopm get <import path>@[<tag|commit|branch>:<value>] 使用用例 最新版本:gopm get github.com/go-xorm/xorm 固定分支:gopm get github.com/go-xorm/xorm@branch:maste...
test 命令 gopm test <go test commands> 选项 test 命令 帮助信息:gopm test -h 或 gopm test run : NAME : test - link dependencies and go test USAGE : command test [ co...
bin 命令 gopm bin <import path>@[<tag|commit|branch>:<value>] 使用示例 最新版本:gopm bin github.com/gpmgo/gopm 固定分支:gopm bin github.com/gpmgo/gopm@branch:master 指定标签:gopm bin github.com/gp...
list 命令 gopm list 使用示例 选项 list 命令 帮助信息:gopm list -h or gopm help list : NAME : list - list all dependencies of current project USAGE : command list [ comm...
run 命令 gopm run <go run commands> 选项 run 命令 帮助信息:gopm run -h 或 gopm help run : NAME : run - link dependencies and go run USAGE : command run [ command op...