1
0
mirror of https://github.com/golang/go synced 2024-10-01 15:58:33 -06:00
go/gopls/doc
Daniel Cormier 44811c0174 Fixed documentation for gopls installation
Fixes this problem when trying to use the documented installation command:

```
$ GO111MODULE=on go get golang.org/x/tools gopls@latest
go: finding golang.org/x/tools latest
go: downloading golang.org/x/tools v0.0.0-20190911230505-6bfd74cf029c
go: extracting golang.org/x/tools v0.0.0-20190911230505-6bfd74cf029c
go get gopls@latest: malformed module path "gopls": missing dot in first path element
```

Change-Id: Ifdd13ec85eca5a069c17ae89486efe1abf4016f4
GitHub-Last-Rev: a4ddc02e3b8e6ccce12dfa711a8e7af5edb1302c
GitHub-Pull-Request: golang/tools#158
Reviewed-on: https://go-review.googlesource.com/c/tools/+/195037
Reviewed-by: Ian Cottrell <iancottrell@google.com>
2019-09-12 13:20:05 +00:00
..
acme.md cmd/gopls: add documentation 2019-08-27 15:23:08 +00:00
contributing.md cmd/gopls: add documentation 2019-08-27 15:23:08 +00:00
design.md all: fix more typos 2019-09-11 15:13:14 +00:00
emacs.md cmd/gopls: add documentation 2019-08-27 15:23:08 +00:00
faq.md cmd/gopls: add documentation 2019-08-27 15:23:08 +00:00
implementation.md cmd/gopls: add documentation 2019-08-27 15:23:08 +00:00
integrating.md cmd/gopls: add documentation 2019-08-27 15:23:08 +00:00
status.md cmd/gopls: add documentation 2019-08-27 15:23:08 +00:00
subl.md cmd/gopls: add documentation 2019-08-27 15:23:08 +00:00
troubleshooting.md cmd/gopls: add documentation 2019-08-27 15:23:08 +00:00
user.md Fixed documentation for gopls installation 2019-09-12 13:20:05 +00:00
vim.md cmd/gopls: add documentation 2019-08-27 15:23:08 +00:00
vscode.md cmd/gopls: add documentation 2019-08-27 15:23:08 +00:00