[FAQ] Goland 始终没有包代码的提示 ?

表现:import 引入的包始终是红色的,表示没有找到引入的包。

注意,在这里开启Go Modules:

 然后在 Exteneral Libraries 里看到 Go Modules 即可。

Other:[FAQ] GoLand 需要手动开启代码补全吗

Link:https://www.cnblogs.com/farwish/p/14353529.html

原文地址:https://www.cnblogs.com/farwish/p/14353529.html