在下载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-11-11
  • 2022-01-04
  • 2021-12-24
  • 2021-04-09
  • 2021-06-11
  • 2022-01-15
  • 2022-01-17
  • 2021-07-21
猜你喜欢
  • 2021-12-26
  • 2021-10-31
  • 2021-09-22
  • 2021-08-04
  • 2022-01-03
  • 2022-02-17
  • 2021-12-07
相关资源
相似解决方案