goflymake icon indicating copy to clipboard operation
goflymake copied to clipboard

Cannot open load file: goflycheck

Open indradhanush opened this issue 10 years ago • 3 comments

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.

indradhanush avatar Jul 20 '14 08:07 indradhanush

I think it should be (require 'go-flycheck), not (require 'goflycheck). I'm not sure why requiring goflymake works.

decitrig avatar Jan 19 '15 14:01 decitrig

@decitrig (require 'go-flycheck) is the one throwing the error.

indradhanush avatar Jan 20 '15 07:01 indradhanush

After I installed flycheck (via melpa) into emacs then this error disappears.

cswank avatar May 24 '15 13:05 cswank