lang/go: add missing command-go-gocode-command variable

This commit is contained in:
Peter Luladjiev 2017-06-02 23:54:07 +03:00
parent 14f195e47c
commit 77dc22f2f4

View file

@ -69,6 +69,7 @@
(def-package! company-go (def-package! company-go
:init (setq command-go-gocode-command "gocode")
:when (featurep! :completion company) :when (featurep! :completion company)
:after go-mode :after go-mode
:config :config