Autocomplete doesn't properly work for me! when i press <C-x><C-o> just receive a row with value of PANIC and not more.
fatih/vim-go and Shougo/neocomplete.vimDoes :messages say anything useful?
Maybe try restarting gocode? See gocode status, gocode drop-cache, and gocode close (and there's always kill of course).
This problem is relevant to gocode
I managed to rectify this by reinstalling the gocode binary.
rm $GOBIN/gocode
then run GoInstallBinaries (in vim) or manually reinstall gocode. Make sure that you stop any stale gocode processes that may be running.
for anyone coming across this, see https://github.com/joefitzgerald/go-plus/issues/433#issuecomment-223325100
Most helpful comment
for anyone coming across this, see https://github.com/joefitzgerald/go-plus/issues/433#issuecomment-223325100