美文网首页
装个go1.14吧

装个go1.14吧

作者: 耗子_aca3 | 来源:发表于2020-05-11 17:47 被阅读0次
    export GOROOT=/usr/local/go
    export GOPATH=/var/www/go
    export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
    export GO111MODULE=on
    export GOPROXY=https://goproxy.cn
    export LD_LIBRARY_PATH=/usr/local/lib
    

    相关文章

      网友评论

          本文标题:装个go1.14吧

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