From bd38ddd4809f0c17bf9563048a7287badb6892b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Sat, 30 Nov 2019 19:10:57 +0100 Subject: [PATCH] use gopls@latest --- init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index 382a5cf..20a348f 100644 --- a/init.el +++ b/init.el @@ -605,11 +605,11 @@ inserted between the braces between the braces." ;;; search for the package for your system or ;;; 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/go/wiki/gopls) 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