美文网首页
godep安装

godep安装

作者: 年少时难免轻狂Ho | 来源:发表于2018-09-06 14:35 被阅读0次

    从github中获取godep

    git clone https://github.com/tools/godep.git
    

    将godep移动到指定目录

    mkdir -p ${GOPATH}/src/github.com/tools/
    mv godep ${GOPATH}/src/github.com/tools/godep
    cd ${GOPATH}/src/github.com/tools/godep
    go install ./    #该命令会将 godep 生成到${GOPATH}/bin 下
    

    相关文章

      网友评论

          本文标题:godep安装

          本文链接:https://www.haomeiwen.com/subject/gurxgftx.html