解决“cannot find package "golang.org/x/crypto/ssh/terminal" in any of”

在运行go程序时,出现了cannot find package "golang.org/x/crypto/ssh/terminal" in any of: 的问题

解决方案:

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

将下载的包放在GOPATH对应的路径下,问题解决!



版权声明:本文为yanghx9013原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。