go-eldoc icon indicating copy to clipboard operation
go-eldoc copied to clipboard

Update docs to link to mdempsky/gocode (currently linked nsf/gocode is no longer maintained)

Open hbd opened this issue 7 years ago • 2 comments

From nsf/gocode

VERY IMPORTANT: this project is not maintained anymore, look for alternatives or forks if you need Go autocompletion tool IMPORTANT: consider switching to https://github.com/mdempsky/gocode if you have problems starting with Go version 1.10, due to changes in binary packages architecture (introduction of package cache) I'm not going to adjust gocode for it for quite some time. There is a higher chance that fork under the given link will have some solution to the problem sooner or later.

hbd avatar Oct 06 '18 01:10 hbd

Link to PR: https://github.com/syohex/emacs-go-eldoc/pull/52

hbd avatar Oct 06 '18 01:10 hbd

The fork you linked to is now also unmaintained and does not work with modules which is a showstopper for most of us - https://github.com/mdempsky/gocode

It suggests using https://github.com/stamblerre/gocode but that project is also unmaintained.

The only solution is to switch to gopls.

hut8 avatar Apr 10 '22 03:04 hut8