From ad7c1717712a3bad4d0ff3580602b4c0b01e4d5a Mon Sep 17 00:00:00 2001 From: Lukasz Pankowski Date: Sat, 2 Mar 2019 11:24:06 +0100 Subject: [PATCH] switch gocode to github.com/stamblerre/gocode fork --- init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index 6552326..111a533 100644 --- a/init.el +++ b/init.el @@ -616,11 +616,11 @@ inserted between the braces between the braces." ;;; $ go get golang.org/x/tools/cmd/goimports ;;; ``` -;;; 5. Install [gocode](https://github.com/nsf/gocode) which can be -;;; installed from Debian package `gocode` or with +;;; 5. Install [gocode](https://github.com/stamblerre/gocode) (a fork +;;; with Go modules support) which can be installed with ;;; ``` -;;; $ go get -u github.com/nsf/gocode +;;; $ go get -u github.com/stamblerre/gocode ;;; ``` ;;; 6. Install [guru](https://godoc.org/golang.org/x/tools/cmd/guru)