branch: elpa/go-mode
commit 51f507ce59781b5207213c0c9582d955b248c6c6
Author: Dominik Honnef <[email protected]>
Commit: Dominik Honnef <[email protected]>
Complete list of commands in mode docstring
---
go-mode.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/go-mode.el b/go-mode.el
index 5b5f4a9..002d479 100644
--- a/go-mode.el
+++ b/go-mode.el
@@ -903,7 +903,7 @@ Playground (uploading and downloading pastes).
The following extra functions are defined:
- `gofmt'
-- `godoc'
+- `godoc' and `godoc-at-point'
- `go-import-add'
- `go-remove-unused-imports'
- `go-goto-arguments'
@@ -917,6 +917,8 @@ The following extra functions are defined:
- `go-download-play'
- `godef-describe' and `godef-jump'
- `go-coverage'
+- `go-set-project'
+- `go-reset-gopath'
If you want to automatically run `gofmt' before saving a file,
add the following hook to your emacs configuration: