(:name go-company :description "An autocompletion daemon for the Go programming language" :type go :pkgname "github.com/nsf/gocode" :depends (company) :features (company-go) :load-path ("src/github.com/nsf/gocode/emacs-company") :post-init (add-to-list 'exec-path (concat default-directory "bin")))