You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, first of all, thank you for maintaining this helpful repository.
I am using gocode on my emacs25 with company-go.
For my case, I have used go built from the source, and the path to the go binary was $HOME/git/go/bin.
It worked nice providing completions for all standard library packages and functions, etc.
However, as I tried to rename the directory of go binary to $HOME/github.com/go/bin (merely replacing git with github.com), the completion stopped.
I have changed $PATH properly and the $GOPATH remained the same.
I think some of emacs variables are problematic here, but I cannot figure out which variable to update.
Could you give some help, please
Best Regards,
Park
The text was updated successfully, but these errors were encountered:
Hello, first of all, thank you for maintaining this helpful repository.
I am using
gocode
on my emacs25 withcompany-go
.For my case, I have used go built from the source, and the path to the go binary was
$HOME/git/go/bin
.It worked nice providing completions for all standard library packages and functions, etc.
However, as I tried to rename the directory of go binary to
$HOME/github.com/go/bin
(merely replacing git with github.com), the completion stopped.I have changed
$PATH
properly and the$GOPATH
remained the same.I think some of emacs variables are problematic here, but I cannot figure out which variable to update.
Could you give some help, please
Best Regards,
Park
The text was updated successfully, but these errors were encountered: