Mention godef install needed for SPC m g g

This commit is contained in:
Swaroop C H 2015-08-02 00:41:48 -07:00 committed by syl20bnr
parent 3258186df2
commit a64b6ef3d2
1 changed files with 3 additions and 2 deletions

View File

@ -25,10 +25,11 @@ This layer adds extensive support for go.
** Pre-requisites
You will need =gocode=:
You will need =gocode= and =godef=:
#+BEGIN_SRC sh
go get -u github.com/nsf/gocode
go get -u -v github.com/nsf/gocode
go get -u -v github.com/rogpeppe/godef
#+END_SRC
Make sure that =gocode= executable is in your PATH.