Refactor lang/go

This commit is contained in:
Henrik Lissner 2017-05-26 11:44:06 +02:00
parent 42a63c661b
commit 9a4a196b69
3 changed files with 15 additions and 15 deletions

View file

@ -34,7 +34,7 @@ sudo pacman --needed --noconfirm -S go
** Dependencies
This module requires a valid ~GOPATH~, and the following Go packages:
+ ~gocode~ (for code completion)
+ ~gocode~ (for code completion & eldoc support)
+ ~godoc~ (for documentation lookup)
+ ~goimports~ (for auto-formatting code on save and fixing imports)
+ ~gorename~ (for extra refactoring commands)