ubuntu vscode下载插件报错cannot find package "golang.org/x/mod/module" in any of:
ubuntu vscode下载插件报错cannot find package "golang.org/x/mod/module" in any of:
我在下载goreturns及guru插件时报错,从git上也下载不了,经过查询,发现是因为提示缺少golang.org/x/mod 和golang.org/x/xerrors这两个包
进入github的go组织中
ubuntu vscode下载插件报错cannot find package "golang.org/x/mod/module" in any of:

利用git clone https://github.com/golang/mod.git
命令下载到golang.org/x/目录下即可。

ubuntu配置软件啥的忒麻烦了,总是出错,错误还搜不到原因,每次一找到错误原因就贼开心o( ̄▽ ̄)ブ

相关文章:

  • 2021-07-06
  • 2021-07-06
  • 2022-12-23
  • 2022-01-24
  • 2021-08-11
  • 2021-05-31
猜你喜欢
  • 2021-06-16
  • 2022-12-23
  • 2022-12-23
  • 2021-07-30
  • 2021-12-17
  • 2021-07-17
  • 2021-11-11
相关资源
相似解决方案