You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've encountered such problem recently. And got it solved with two steps: 1, please make sure GOPATH & GOROOT environment variable are set properly. Some config might affect the variables value actually take effects, like 'go.gopath' setting of Vscode. 2, please make sure all of your source code are encoded without some BOM(UTF-8 BOM) or something like.
if import some lib like ". github.com/a/b", can't goto definition which define in b.
function is also undefined.
The text was updated successfully, but these errors were encountered: