书栈网 · BookStack 本次搜索耗时 0.013 秒,为您找到 16 个相关结果.
  • 快速入门

    快速入门 准备工作 gopmfile 构建项目 默认配置 自定义配置 快速入门 在本小节中,我们将会演示一个安装两种不同版本的 beego 并打印版本信息的简单示例。 准备工作 您不需要将这个项目置于任何 $GOPATH 下,所以我们就将它放在 ~/demo 中: $ mkdir ~/ demo $ cd ~/ demo...
  • get 命令

    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 命令

    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 命令

    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...
  • clean 命令

    clean 命令 gopm clean 选项 clean 命令 帮助信息:gopm clean -h 或 gopm clean run : NAME : clean - clean all temporary files USAGE : command clean [ command options ] ...
  • install 命令

    install 命令 gopm install gopm install <import path> 选项 install 命令 帮助信息:gopm install -h 或 gopm help install : NAME : install - link dependencies and go install ...
  • update 命令

    update 命令 gopm update 选项 update 命令 帮助信息:gopm update -h 或 gopm help update : NAME : update - check and update gopm resources including itself USAGE : comma...
  • build 命令

    build 命令 gopm build <go build commands> 选项 build 命令 帮助信息:gopm build -h 或 gopm help build : NAME : build - link dependencies and go build USAGE : command b...
  • list 命令

    list 命令 gopm list 使用示例 选项 list 命令 帮助信息:gopm list -h or gopm help list : NAME : list - list all dependencies of current project USAGE : command list [ comm...
  • run 命令

    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...