Estou tentando instalar os plugins do VSOCODE e a mensagem de erro abaixo é apresentada. Acredito que tenha algo a ver com o GOROOT E GOPATH, mais todas as configurações que encontrei na internet não sanaram meu problema. ``` Installing github.com/nsf/gocode FAILED Installing github.com/uudashr/gopkgs/cmd/gopkgs FAILED Installing github.com/ramya-rao-a/go-outline FAILED Installing github.com/acroca/go-symbols FAILED Installing golang.org/x/tools/cmd/guru FAILED Installing golang.org/x/tools/cmd/gorename FAILED Installing github.com/rogpeppe/godef FAILED Installing sourcegraph.com/sqs/goreturns FAILED Installing github.com/golang/lint/golint FAILED Installing github.com/derekparker/delve/cmd/dlv FAILED
10 tools failed to install.
gocode: Error: Command failed: /home/rodrigo/go/bin/go get -u -v github.com/nsf/gocode package github.com/nsf/gocode: cannot download, $GOPATH must not be set to $GOROOT. For more details see: 'go help gopath' package github.com/nsf/gocode: cannot download, $GOPATH must not be set to $GOROOT. For more details see: 'go help gopath'
gopkgs: Error: Command failed: /home/rodrigo/go/bin/go get -u -v github.com/uudashr/gopkgs/cmd/gopkgs package github.com/uudashr/gopkgs/cmd/gopkgs: cannot download, $GOPATH must not be set to $GOROOT. For more details see: 'go help gopath' package github.com/uudashr/gopkgs/cmd/gopkgs: cannot download, $GOPATH must not be set to $GOROOT. For more details see: 'go help gopath'
go-outline: Error: Command failed: /home/rodrigo/go/bin/go get -u -v github.com/ramya-rao-a/go-outline package github.com/ramya-rao-a/go-outline: cannot download, $GOPATH must not be set to $GOROOT. For more details see: 'go help gopath' package github.com/ramya-rao-a/go-outline: cannot download, $GOPATH must not be set to $GOROOT. For more details see: 'go help gopath'