el-get/recipes/go-lint.rcp

10 lines
401 B
Plaintext
Raw Normal View History

(:name go-lint
:description "lint for the Go source code"
:type go
:pkgname "github.com/golang/lint/golint"
:features golint
:load-path "src/github.com/golang/lint/misc/emacs"
:post-init (progn
(add-to-list 'exec-path (concat default-directory "bin"))
(el-get-envpath-prepend "PATH" (concat default-directory "bin"))))