Update go README to include goimports prereq

see #5855
This commit is contained in:
NJBS 2016-04-23 02:59:28 -04:00 committed by Fabien Dubosson
parent a0d244d47f
commit 32466ca272
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ You will need =gocode= and =godef=:
go get -u -v github.com/rogpeppe/godef
go get -u -v golang.org/x/tools/cmd/oracle
go get -u -v golang.org/x/tools/cmd/gorename
go get -u -v golang.org/x/tools/cmd/goimports
#+END_SRC
Make sure that =gocode= executable is in your PATH. For information about