由于谷歌被墙,跟谷歌相关的模块无法通过go get来下载,手动下载:

git clone https://github.com/golang/net.git $GOROOT/src/golang.org/x/net

git clone https://github.com/golang/sys.git $GOROOT/src/golang.org/x/sys  

git clone https:
//github.com/golang/tools.git $GOROOT/src/golang.org/x/tools

相关文章:

  • 2022-12-23
  • 2021-05-23
  • 2022-12-23
  • 2021-10-24
  • 2022-12-23
  • 2021-06-09
  • 2021-06-06
  • 2022-12-23
猜你喜欢
  • 2021-11-10
  • 2022-01-11
  • 2021-10-27
  • 2022-12-23
  • 2021-11-11
  • 2022-12-23
  • 2021-05-05
相关资源
相似解决方案