goflymake
goflymake copied to clipboard
Cannot open load file: goflycheck
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:
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.
I think it should be (require 'go-flycheck)
, not (require 'goflycheck)
. I'm not sure why requiring goflymake works.
@decitrig (require 'go-flycheck)
is the one throwing the error.
After I installed flycheck (via melpa) into emacs then this error disappears.