el-get/recipes/go-errcheck.rcp
Doug MacEachern 054a88f808 Add go-errcheck recipe
- go-errcheck-el.rcp emacs interface to the go errcheck program

- go-errcheck.rcp builds the 'errcheck' program
2014-01-07 09:24:31 -08:00

6 lines
240 B
Plaintext

(:name go-errcheck
:description "Program for checking for unchecked errors in go code"
:type go
:pkgname "github.com/kisielk/errcheck"
:post-init (el-get-envpath-prepend "PATH" (concat default-directory "bin")))