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

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

[nongnu] elpa/go-mode 7411757 141/495: readme: move godef install instru


From: ELPA Syncer
Subject: [nongnu] elpa/go-mode 7411757 141/495: readme: move godef install instructions up to first mentioning of godef
Date: Sat, 7 Aug 2021 09:05:00 -0400 (EDT)

branch: elpa/go-mode
commit 7411757dc7c4cdaf9f26067a81dd0032c06ddd38
Author: Dominik Honnef <dominikh@fork-bomb.org>
Commit: Dominik Honnef <dominikh@fork-bomb.org>

    readme: move godef install instructions up to first mentioning of godef
---
 README.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 3b51927..cfb0c9d 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,9 @@ Features
 - A function for adding imports, including tab completion (`go-import-add`, 
bound to `C-c C-a`)
 - A function for removing or commenting unused imports 
(`go-remove-unused-imports`)
 - `godef-describe` and `godef-jump` (`C-c C-d` and `C-c C-j`) to
-  describe expressions and jump to their declarations.
+  describe expressions and jump to their declarations. This requires
+  you to install godef via `go get
+  code.google.com/p/rog-go/exp/cmd/godef`.
 - Adds basic support for imenu (functions and variables)
 
 Other extensions
@@ -45,8 +47,7 @@ Other extensions
 For a richer experience, consider installing
 [goflymake](https://github.com/dougm/goflymake) for on-the-fly syntax
 checking and [gocode](https://github.com/nsf/gocode) for auto
-completion. Some features require you to install godef via `go get
-code.google.com/p/rog-go/exp/cmd/godef`.
+completion.
 
 Alternatively there is also
 [flymake-go](http://marmalade-repo.org/packages/flymake-go), which



reply via email to

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