stamblerre / gocode

An autocompletion daemon for the Go programming language
MIT License
394 stars 28 forks source link

go install error #39

Closed zicheqingluo closed 4 years ago

zicheqingluo commented 5 years ago

client.go:17:2: use of internal package golang.org/x/gocode/vendor/github.com/stamblerre/gocode/internal/suggest not allowed

stamblerre commented 4 years ago

It sounds like you've installed the repository into an incorrect directory. gocode is not a subdirectory of golang.org/x/.

stamblerre commented 4 years ago

Closing this issue, as the current recommendation for autocompletion is to use gopls.