在下载go插件时,出现不少依赖插件下载失败
vsCode安装go插件失败解决方法
处理方法:
进去GOPATH路径下:
创建路径下载源码:

mkdir -p $GOPATH/src/golang.org/x/
cd $GOPATH/src/golang.org/x/
git clone https://github.com/golang/tools.git
git clone https://github.com/golang/lint.git

vsCode安装go插件失败解决方法
然后切回GOPATH路径,下载安装所缺的插件:
vsCode安装go插件失败解决方法

相关文章:

  • 2021-09-22
  • 2021-08-04
  • 2022-01-03
  • 2022-12-23
  • 2022-02-17
  • 2022-12-23
  • 2021-12-07
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-30
  • 2022-12-23
  • 2021-12-26
  • 2022-12-23
  • 2022-12-23
  • 2021-10-31
相关资源
相似解决方案