From df5e483956908ff64b6a4736614a64cb2b322f06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Sat, 30 Nov 2019 22:07:57 +0100 Subject: [PATCH] go: update gopls link --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 7568ebc..61cecd5 100644 --- a/init.el +++ b/init.el @@ -464,7 +464,7 @@ of the key binding used to execute this command." ;;;
;;; This is my new Go setup (partially) based on gopls (which is +;;; href="https://github.com/golang/tools/blob/master/gopls/README.md">gopls (which is ;;; still in alpha stage) and may not work for you if that is the case ;;; try my old Go setup ;;; (below). gopls supports Go modules outside of