el-get/recipes/go-lint.rcp
Doug MacEachern 5a219c2aa9 Go language related recipes
- go-autocomplete: change to use :type go

- go-company: change to use :type go

- go-def: helper used in go-mode

- go-flymake: flymake checker for go

- go-imports: override go-mode's gofmt-command

- go-lint: linter for go
2013-12-27 15:20:34 -08:00

8 lines
295 B
Plaintext

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