gocode icon indicating copy to clipboard operation
gocode copied to clipboard

In order for company-go to work with foreign packages, it requires a `-source` flag

Open kat-co opened this issue 7 years ago • 1 comments

Per mdempsky/gocode#32, a -source flag needs to be passed to this forked version of gocode in order for it to find references in foreign packages.

Since company-go in MELPA comes from this repo, it puts us in a strange position since nsf/gocode doesn't supports this flag. With Go's own Language Server Protocol server in development, the need for the gocode tool may "soon" be obviated. Have you considered splitting out the emacs packages into their own repos?

kat-co avatar Sep 25 '18 19:09 kat-co

It wasn't added by me there: https://github.com/melpa/melpa/blob/master/recipes/company-go. If it wasn't added by me, then it probably can be changed by somebody else also.

nsf avatar Sep 26 '18 05:09 nsf