el-get/recipes/go-errcheck.rcp

6 lines
240 B
Plaintext
Raw Normal View History

(: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")))