美文网首页
无法go get golang.org

无法go get golang.org

作者: GUIN蚂蚁 | 来源:发表于2019-07-27 15:52 被阅读0次
方法一
使用 go mod, 但golang版本要在1.11或以上
方法二

在github上clone 这些包

mkdir -p $GOPATH/src/golang.org/x/
cd $GOPATH/src/golang.org/x/
git clone https://github.com/golang/net.git
git clone https://github.com/golang/sys.git
git clone https://github.com/golang/tools.git
git clone https://github.com/golang/crypto.git

相关文章

网友评论

      本文标题:无法go get golang.org

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