remove recommendation to run go get golang.org/x/tools/gopls since that error message isn't related

Rebecca Stambler 2019-08-12 13:27:51 -04:00
parent dac94957af
commit a354fd3525

@ -16,14 +16,6 @@ go: cannot use path@version syntax in GOPATH mode
run `GO111MODULE=on go get golang.org/x/tools/gopls@latest`. run `GO111MODULE=on go get golang.org/x/tools/gopls@latest`.
If you then see this error:
```shell
GO111MODULE=on go get golang.org/x/tools/gopls@latest
go: cannot determine module path for source directory /home/user (outside GOPATH, no import comments)
```
This may be worth trying: ```go get golang.org/x/tools/gopls```
# Table of Contents # Table of Contents
[Troubleshooting](#troubleshooting) [Troubleshooting](#troubleshooting)
[Known Issues](#known-issues) [Known Issues](#known-issues)