You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to improve my emacs go editing experience and I've hit a bit of a snag. I like this package, but when it goes to install tools, one of those tools is gocode. I see that it installs it from a fork of the original, but that fork is not maintained any longer (github.com/mdempsky/gocode). It doesn't work at all with modules, which is the recommended method in lieu of GOPATH. There's another fork that supports modules, https://github.com/stamblerre/gocode. Unfortunately, it is also unmaintained. It recommends using gopls, which is what I'm using now and it works great. There are two places that I can see that use this tool.
go-projectile installs gocode, although I'm not sure exactly why other than for the benefit of go-eldoc (I didn't look very thoroughly). What are your thoughts on this?
The text was updated successfully, but these errors were encountered:
I'm trying to improve my emacs go editing experience and I've hit a bit of a snag. I like this package, but when it goes to install tools, one of those tools is gocode. I see that it installs it from a fork of the original, but that fork is not maintained any longer (github.com/mdempsky/gocode). It doesn't work at all with modules, which is the recommended method in lieu of GOPATH. There's another fork that supports modules, https://github.com/stamblerre/gocode. Unfortunately, it is also unmaintained. It recommends using
gopls
, which is what I'm using now and it works great. There are two places that I can see that use this tool.The text was updated successfully, but these errors were encountered: