el-get/recipes/go-imports.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

6 lines
243 B
Plaintext

(:name go-imports
:description "Tool to fix (add, remove) your Go imports automatically"
:type go
:pkgname "github.com/bradfitz/goimports"
:post-init (setq gofmt-command (concat default-directory "bin/goimports")))