Fix go/README.org

This commit is contained in:
Eivind Fonn 2016-05-05 12:47:04 +02:00
parent 11e696ad06
commit 3561b4dcf9
1 changed files with 2 additions and 3 deletions

View File

@ -37,14 +37,13 @@ You will need =gocode= and =godef=:
go get -u -v golang.org/x/tools/cmd/goimports
#+END_SRC
If you wish to use =gometalinter=:
set the value of =go-use-gometalinter=
If you wish to use =gometalinter= set the value of =go-use-gometalinter=:
#+begin_src emacs-lisp
(go :variables go-use-gometalinter t)
#+end_src
and install the tool:
and install the tool:
#+BEGIN_SRC sh
go get -u -v github.com/alecthomas/gometalinter