update gopls link and its go get command
This commit is contained in:
parent
f363d0d3da
commit
c219a76afa
4
init.el
4
init.el
@ -695,11 +695,11 @@ inserted between the braces between the braces."
|
|||||||
;;; search for the package for your system or
|
;;; search for the package for your system or
|
||||||
;;; see [Getting started](https://golang.org/doc/install).
|
;;; see [Getting started](https://golang.org/doc/install).
|
||||||
|
|
||||||
;;; 3. Install [gopls](https://github.com/golang/go/wiki/gopls) with
|
;;; 3. Install [gopls](https://github.com/golang/tools/blob/master/gopls/README.md) with
|
||||||
;;; (but in your home directory, not inside some Go module)
|
;;; (but in your home directory, not inside some Go module)
|
||||||
|
|
||||||
;;; ```
|
;;; ```
|
||||||
;;; $ GO111MODULE=on go get golang.org/x/tools/cmd/gopls@latest
|
;;; $ GO111MODULE=on go get golang.org/x/tools/gopls@latest
|
||||||
;;; ```
|
;;; ```
|
||||||
|
|
||||||
;;; 4. Install [guru](https://godoc.org/golang.org/x/tools/cmd/guru)
|
;;; 4. Install [guru](https://godoc.org/golang.org/x/tools/cmd/guru)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user