Merge pull request #1505 from dougm/go-errcheck

Add go-errcheck recipe
This commit is contained in:
yagnesh రాఘవ 2014-01-07 10:38:14 -08:00
commit b0680edd58
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
(:name go-errcheck-el
:description "Provides an easy way to invoke errcheck from within Emacs"
:type github
:depends go-errcheck
:pkgname "dominikh/go-errcheck.el")

5
recipes/go-errcheck.rcp Normal file
View File

@ -0,0 +1,5 @@
(: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")))