Skip to content

Commit 5a40697

Browse files
emahirofindleyr
authored andcommitted
tools/gopls: use go install instead of go get
Fixes: golang/go#49114 Change-Id: I39c5bee4168862af2aa5a29a96d45cad3e0dd9f1 Reviewed-on: https://go-review.googlesource.com/c/tools/+/358074 Reviewed-by: Robert Findley <[email protected]> Reviewed-by: Nooras Saba‎ <[email protected]> Trust: Robert Findley <[email protected]> Trust: Peter Weinberger <[email protected]> Run-TryBot: Robert Findley <[email protected]> gopls-CI: kokoro <[email protected]>
1 parent bcc6fa8 commit 5a40697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gopls/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ directory that is both outside of your `GOPATH` and outside of a module (a temp
3636
directory is fine), and run:
3737

3838
```sh
39-
GO111MODULE=on go get golang.org/x/tools/gopls@latest
39+
go install golang.org/x/tools/gopls@latest
4040
```
4141

4242
**NOTE**: Do not use the `-u` flag, as it will update your dependencies to

0 commit comments

Comments
 (0)