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
goenv is generally not needed in the Go community because of the go1 compatibility guarantee. What problem are you trying to solve with it?
Vim-go expects go to be in PATH and looks for it there.
You can set up GOPATH manually in your vimrc with a simple let statement if you really need to (e.g. let $GOPATH="/my/go/path", but again, that's unlikely to be necessary. Many (most?) projects have moved on from GOPATH oriented to being Go modules; modules do not require GOPATH.
gopath
andgoroot
as i'm using goenv I have trouble running properly in vimThe text was updated successfully, but these errors were encountered: