nsf/gocode

GOCODE PANIC: Please check your code by "go build"

emacsliu1107 opened this issue · 3 comments

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.

nsf commented

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.