gocode
gocode copied to clipboard
GOCODE PANIC: Please check your code by "go build"
I installed go1.11 and then go get nsf/gocode when I got a new linux environment. After I config go autocomplete in emacs, gocode encounter a panic. My colleague also encounter the same problem in vscode. The message is GOCODE PANIC: Please check your code by "go build"
go 1.10 and 1.9 work well with gocode.
Gocode is no longer maintained, you can try this fork: https://github.com/mdempsky/gocode
thanks, I just saw the document.
@nsf just want to say thank you for this project. It has been a very handy tool up until this point.