branch: elpa/go-mode
commit 737611ee2f8ffd6ae573e37cc04c4ad4abe7697d
Author: Dominik Honnef <[email protected]>
Commit: Dominik Honnef <[email protected]>

    Update URL to goimports
---
 go-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/go-mode.el b/go-mode.el
index 7d152a0..8acc0e1 100644
--- a/go-mode.el
+++ b/go-mode.el
@@ -199,7 +199,7 @@ point to the wrapper script."
 (defcustom gofmt-command "gofmt"
   "The 'gofmt' command.
 Some users may replace this with 'goimports'
-from https://github.com/bradfitz/goimports.";
+from https://golang.org/x/tools/cmd/goimports.";
   :type 'string
   :group 'go)
 

Reply via email to