1. 程式人生 > >GO get下載困難問題

GO get下載困難問題

1.問題描述:

當你使用 go get xxx庫時,如果該庫使用了 https://golang.org/x/ 的某個東東,就會get 失敗。

2.解決方式:
在你的 GOPATH/src 目錄下建立 golang.org\x,
例如 我的GOPATH= E:\go , E:\go\src\golang.org\x,

github上找 golang.org中 你需要的庫,地址: https://github.com/golang
假如你需要sys庫,cd $GOPATH/src/golang.org\x目錄下
git clone https://github.com/golang/sys.git