emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/go-mode 95c74ba 324/495: Update URL to gogetdoc tool.


From: ELPA Syncer
Subject: [nongnu] elpa/go-mode 95c74ba 324/495: Update URL to gogetdoc tool.
Date: Sat, 7 Aug 2021 09:05:40 -0400 (EDT)

branch: elpa/go-mode
commit 95c74bae8e0558ff76e0ff62ef6a925d8ee4512d
Author: Zac Bergquist <zbergquist99@gmail.com>
Commit: Dominik Honnef <dominik@honnef.co>

    Update URL to gogetdoc tool.
    
    Also reccomend use of the -u flag for `go get` since
    gogetdoc requires a reasonably up-to-date version of
    golang.org/x/tools.
    
    Closes: gh-133 [via git-merge-pr]
---
 go-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/go-mode.el b/go-mode.el
index bbf8a2c..d9f177f 100644
--- a/go-mode.el
+++ b/go-mode.el
@@ -321,7 +321,7 @@ Consider using godoc-gogetdoc instead for more accurate 
results."
 (defun godoc-gogetdoc (point)
   "Use the gogetdoc tool to find the documentation for an identifier.
 
-You can install gogetdoc with 'go get github.com/rogpeppe/godef'."
+You can install gogetdoc with 'go get -u github.com/zmb3/gogetdoc'."
   (if (not (buffer-file-name (go--coverage-origin-buffer)))
       ;; TODO: gogetdoc supports unsaved files, but not introducing
       ;; new artifical files, so this limitation will stay for now.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]