美文网首页
golang.org/x包无法下载

golang.org/x包无法下载

作者: weylau | 来源:发表于2018-12-26 16:53 被阅读20次

由于谷歌被墙,跟谷歌相关的模块无法通过go get来下载,解决方法

git clone https://github.com/golang/net.git $GOPATH/src/github.com/golang/net
git clone https://github.com/golang/sys.git $GOPATH/src/github.com/golang/sys
git clone https://github.com/golang/tools.git $GOPATH/src/github.com/golang/tools
ln -s $GOPATH/src/github.com/golang $GOPATH/src/golang.org/x

相关文章

网友评论

      本文标题:golang.org/x包无法下载

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