use gopls@latest
This commit is contained in:
parent
72211990ee
commit
bd38ddd480
6
init.el
6
init.el
@ -605,11 +605,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)
|
;;; 3. Install [gopls](https://github.com/golang/go/wiki/gopls) with
|
||||||
;;; with
|
;;; (in your home directory, not inside some Go module)
|
||||||
|
|
||||||
;;; ```
|
;;; ```
|
||||||
;;; $ go get -u golang.org/x/tools/cmd/gopls
|
;;; $ GO111MODULE=on go get -u golang.org/x/tools/cmd/gopls@latest
|
||||||
;;; ```
|
;;; ```
|
||||||
|
|
||||||
;;; 4. Install [goimports] which can be installed from Debian package
|
;;; 4. Install [goimports] which can be installed from Debian package
|
||||||
|
Loading…
x
Reference in New Issue
Block a user