We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
go install
go get
1 parent bcc6fa8 commit 5a40697Copy full SHA for 5a40697
gopls/README.md
@@ -36,7 +36,7 @@ directory that is both outside of your `GOPATH` and outside of a module (a temp
36
directory is fine), and run:
37
38
```sh
39
-GO111MODULE=on go get golang.org/x/tools/gopls@latest
+go install golang.org/x/tools/gopls@latest
40
```
41
42
**NOTE**: Do not use the `-u` flag, as it will update your dependencies to
0 commit comments