General comment + README cleanup

This commit is contained in:
Henrik Lissner 2017-03-20 04:24:10 -04:00
parent 4cebeb092e
commit 769cf850c9
4 changed files with 8 additions and 15 deletions

View file

@ -1,9 +1,5 @@
;;; lang/go/config.el
;; requires gocode (completion), gore (repl) and a valid $GOPATH
;; go get -u github.com/nsf/gocode
;; go get -u github.com/motemen/gore
(def-package! go-mode
:mode "\\.go$"
:interpreter "go"