错误提示
无法识别的导入路径 "golang.org/x/sys/windows":https 获取:获取 "https://golang.org/x/sys/windows?go-get=1":拨号 tcp 216.239.37.1:443:connectex:连接尝试失败,因为连接方在一段时间后没有正确响应,或者已建立的连接失败,因为连接的主机没有响应。
解决办法
mkdir -p $GOPATH/src/golang.org/x
cd $GOPATH/src/golang.org/x
git clone https://github.com/golang/sync.git
git clone https://github.com/golang/crypto.git
git clone https://github.com/golang/sys.git
————————————————
原文链接:https://blog.csdn.net/cyLee_/java/article/details/93159032