We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, first of all, thank you for maintaining this helpful repository.
I am using gocode on my emacs25 with company-go.
gocode
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.
$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.
$HOME/github.com/go/bin
I have changed $PATH properly and the $GOPATH remained the same.
$PATH
$GOPATH
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:
No branches or pull requests
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: