Updated gopls (markdown)

Kevin Burnett 2019-08-09 16:43:57 -04:00
parent f1a80f0cc0
commit f895cd2cb1

@ -19,7 +19,7 @@ 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 /Users/helloworld/projects/hotproj (outside GOPATH, no import comments)
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```