diff --git a/recipes/go-errcheck-el.rcp b/recipes/go-errcheck-el.rcp new file mode 100644 index 00000000..2a86d37d --- /dev/null +++ b/recipes/go-errcheck-el.rcp @@ -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") diff --git a/recipes/go-errcheck.rcp b/recipes/go-errcheck.rcp new file mode 100644 index 00000000..1a8793ba --- /dev/null +++ b/recipes/go-errcheck.rcp @@ -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")))