Merge pull request #91 from Luladjiev/master

lang/go: add missing command-go-gocode-command variable
This commit is contained in:
Henrik Lissner
2017-06-03 01:08:51 +02:00
committed by GitHub

View File

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