因爲谷歌被牆,跟谷歌相關的模塊沒法經過go get來下載
解決方法:git
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
若是是Windows下,最後一條能夠替換爲mklink命令,或者直接拷貝文件夾修改一下名稱便可。github
go的官方包都在這個目錄下:
https://github.com/golanggolang