Skip to content

Commit a4ddc02

Browse files
authored
Fixed installation command
1 parent 6bfd74c commit a4ddc02

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)