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
Emacs Version: 24 OS: Linux Mint 13
I followed the steps explained in the README to include goflycheck and goflymake. On loading my .emacs I get this error:
README
goflycheck
goflymake
.emacs
Cannot open load file: goflycheck
However, goflymake loads fine. I've also tried to put the goflymake file in my ~/.emacs.d/ which is my load-path. But the same error appears.
~/.emacs.d/
load-path
The text was updated successfully, but these errors were encountered:
I think it should be (require 'go-flycheck), not (require 'goflycheck). I'm not sure why requiring goflymake works.
(require 'go-flycheck)
(require 'goflycheck)
Sorry, something went wrong.
@decitrig (require 'go-flycheck) is the one throwing the error.
After I installed flycheck (via melpa) into emacs then this error disappears.
No branches or pull requests
Emacs Version: 24
OS: Linux Mint 13
I followed the steps explained in the
README
to includegoflycheck
andgoflymake
. On loading my.emacs
I get this error:Cannot open load file: goflycheck
However,
goflymake
loads fine. I've also tried to put the goflymake file in my~/.emacs.d/
which is myload-path
. But the same error appears.The text was updated successfully, but these errors were encountered: