gocode
gocode copied to clipboard
An autocompletion daemon for the Go programming language
$ gocode -s -debug 2019/11/21 12:24:15 Go project path: . runtime: goroutine stack exceeds 1000000000-byte limit fatal error: stack overflow runtime stack: runtime.throw(0xa3c87d, 0xe) /usr/lib/go/src/runtime/panic.go:774 +0x72 runtime.newstack() /usr/lib/go/src/runtime/stack.go:1046 +0x6e9 runtime.morestack()...
Signed-off-by: Jonas Galvão Xavier
As the title, when I run the command, it do nothing for me. And I set the `$GOPATH`, but there is nothing inside `$GOPATH/src/github.com` . And there is also no...
This error shows up constantly all the time, tried to solved it for 10 hours but does not work: ```bash Error parsing input file (outer block): 2020/08/20 07:26:52 /mnt/data/data/go/src/private/pgtableinvoice/pgtableinvoice.go:323:9: expected...
PANIC!!!
I using sublime text and atom writing go code. Both of them get "PANIC PANIC" message any time i press '.' ! I removed them clearly and reinstall the newest...
Gocode start working after trying compile it with go version go1.12.6 linux/amd64, fantastic!!!
I'm using vim-go. Autocomplete for logrus fails when I import it as `log` with `import log "github.com/sirupsen/logrus"`. It work for everything other than `log`. Like, if I do `import log2...
I have managed to create with an online convertor [this WebM screen](https://mcepl.fedorapeople.org/tmp/gocode-demo.webm). Do you think you could replace proprietary and Flash-dependent screencast with it?
> The go build command now maintains a cache of recently built packages, separate from the installed packages in $GOROOT/pkg or $GOPATH/pkg. The effect of the cache should be to...
It cannot works under go mod, how can I avoid this!