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
What did you do? (required: The issue will be closed when not provided)
gd is supposed to take me to a function/method definition. instead, it failed with a module load error. While inspecting messages on vim, I found the below message.
You're effectively running into the problem that's described in golang/go#32337, and there's not much (nothing?) that vim-go can really do about it.
I suspect that if you download your dependencies before setting GOPROXY=off or if you use some of the suggestions in golang/go#32337, then you'll be fine.
Are you sure you want GOPROXY=off and that you don't want GOPROXY=direct instead?
What did you do? (required: The issue will be closed when not provided)
gd
is supposed to take me to a function/method definition. instead, it failed with a module load error. While inspectingmessages
on vim, I found the below message.What did you expect to happen?
I was hoping to be taken to the function/method
What happened instead?
the lookup failed with an error.
Configuration (MUST fill this out):
vim-go version:
vimrc
you used to reproduce:Vim version (first three lines from
:version
):VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Aug 11 2020 17:00:59)
Included patches: 1-716
Modified by [email protected]
Go version (
go version
):go version go1.15.7 linux/amd64
Go environment
go env
Output:gopls version
gopls version
Output:vim-go configuration:
vim-go configuration
filetype detection configuration:
filetype detection
The text was updated successfully, but these errors were encountered: