-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
When I change my GOPATH to a directory other than ~/go, GoInstall fails with with
go install: no install location for directory /opt/someplace/anotherplace/go/src/t outside GOPATH
Press ENTER or type command to continue
Shell: bash
vim-go: 8ac6b9 (today)
GOPATH=~/go
vim-go works great on linux. GOPATH is correct. GoInstall works great. cli "go install" compiles fine with GOPATH=~/go
When I change my GOPATH to another location such as:
export GOPATH=/opt/someplace/anotherplace/go
go env GOPATH
# Output
/opt/someplace/anotherplace/go
and place my app under /opt/someplace/anotherplace/go/src/t, "go install" compiles without errors, however, in vim :GoInstall fails with the error.
Metadata
Metadata
Assignees
Labels
No labels