我已经安装了我项目的GO模块依赖项 go build。
但Goland告诉我,它不能解决任何这些依赖。
如何让Goland找到GO模块依赖项?
收起
当前问题酬金
¥ 0 (可追加 ¥500)
支付方式
扫码支付
支付金额 15 元
提供问题酬金的用户不参与问题酬金结算和分配
支付即为同意 《付费问题酬金结算规则》
Make sure that you have Go Modules support enabled.
In your preferences go to Go > Go Modules (vgo) and check "Enable Go Modules":
Go > Go Modules (vgo)
报告相同问题?