el-get/recipes/go-errcheck.rcp
Doug MacEachern 4f3bfef850 Add go-errcheck and go-lint to exec-path
Allows both flymake (env PATH) and flycheck (exec-path) to find these programs.
2014-04-29 11:02:05 -07:00

8 lines
346 B
Plaintext

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