golang 关于golang.org/x包问题

关于golang.org/x包问题

由于谷歌被墙,跟谷歌相关的模块无法通过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

本文来自:CSDN博客

感谢作者:qdx411324962

查看原文:Go学习笔记:关于golang.org/x包问题

posted @ 2017-03-04 23:09  bonelee  阅读(590)  评论(0编辑  收藏  举报