doomemacs/modules/lang/go
2017-04-25 23:01:45 -04:00
..
autoload.el Update lang modules' :build settings 2017-04-07 01:46:33 -04:00
config.el PRAISE BE TO THE BYTE COMPILER FOR THY SHARP QUOTES 2017-04-17 02:17:10 -04:00
packages.el General cleanup 2017-04-25 23:01:45 -04:00
README.md

Go

Go support, including auto-completion (gocode), eldoc support (go-eldoc), REPL support (gore), refactoring commands (gorename), syntax-checking (flycheck), auto-formatting (gofmt), and snippets (yasnippet).

Snippets can be found in private/hlissner/snippets/go-mode.

External Dependencies

Run make bootstrap go to install these.

  • Go (brew install go, pacman -S go)
  • gocode go get -u github.com/nsf/gocode (completion)
  • gore go get -u github.com/motemen/gore (REPL)
  • guru golang.org/x/tools/cmd/guru (code navigation commands)
  • gorename golang.org/x/tools/cmd/gorename (refactoring commands)