el-get/recipes/go-lint.rcp

8 lines
295 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 (el-get-envpath-prepend "PATH" (concat default-directory "bin")))