安装beego爆出:unrecognized import path "golang.org/x/sys/windows":

windows:

在gopath目录src下创建golang.org目录,在golang.org目录下创建x目录,参考路径为:C:\go\src\golang.org\x

在x目录下,

git clone https://github.com/golang/sync.git
git clone https://github.com/golang/crypto.git
git clone https://github.com/golang/sys.git

 

相关文章:

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