Skip to content

Commit 44811c0

Browse files
dcormierianthehat
authored andcommitted
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: a4ddc02 GitHub-Pull-Request: #158 Reviewed-on: https://go-review.googlesource.com/c/tools/+/195037 Reviewed-by: Ian Cottrell <[email protected]>
1 parent 6bfd74c commit 44811c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gopls/doc/user.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ go: cannot use path@version syntax in GOPATH mode
3434
```
3535
then run
3636
```sh
37-
GO111MODULE=on go get golang.org/x/tools gopls@latest
37+
GO111MODULE=on go get golang.org/x/tools/gopls@latest
3838
```
3939

4040

0 commit comments

Comments
 (0)