howl
howl copied to clipboard
Go bundle fails to detect gocode
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.