el-get/recipes/go-imports.rcp

6 lines
243 B
Plaintext
Raw Normal View History

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