howl icon indicating copy to clipboard operation
howl copied to clipboard

Go bundle fails to detect gocode

Open ftphikari opened this issue 3 years ago • 0 comments

Line 17 of go_completer.moon checks for $GOPATH/bin/gocode, however it is possible to have gocode be in $GOBIN, or really anywhere else on the system. go_fmt_command works fine no matter where it is located, by the way.

ftphikari avatar Jan 04 '22 01:01 ftphikari