提示没有golang.org/x/某包,解决方法是从GitHub中下载对应的包即可,这里提供两个常用的包的下载方法:
进入${gopath}/src/golang.org/x目录(如果没有golang.org/x目录,新建即可),然后分别克隆下面两个包即可,这里提供了gitee和GitHub的方法:
Gitee:
tools:将克隆下来的文件重命名为tools即可:
git clone https://gitee.com/iotinn/golang-tools.git
net:
git clone https://gitee.com/iotinn/net.git
GitHub:
tools:
git clone https://github.com/golang/tools.git
net:
git clone https://github.com/golang/net.git