英文:
Goland - Unresolved dependency
问题
我想让Goland找到我使用go get
安装的依赖项。
之前它是可以工作的,但现在当我打开它时,它标记为未解析。
我已经尝试过go mod tidy
,但没有起作用。
英文:
I want the goland to find the dependencies that I installed using go get
It was working but now when I open it marks as unresolved
I already tried go mod tidy
but it didn't work
答案1
得分: 2
打开Goland中的设置。
确保已切换启用Go模块集成。
答案2
得分: 0
你是否尝试按照以下方式同步依赖项:链接?
<br>
在此处输入图片描述
<br>
并确保在$GOROOT
中指定了Go安装位置。
英文:
Did you try to sync dependencies as follow link
<br>
enter image description here
<br>
And make sure you specified the location of your Go installation in $GOROOT
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论