Formatter for Golang.
This Formatter plugin for Formatter provides an interface to gofmt.
Install Golang
Install Formatter package via Atom
apm install formatter
Install formatter-gofmt package via Atom
apm install formatter-gofmt
Default (inspired from IntelliJ):
'atom-text-editor':'alt-ctrl-l': 'formatter:format-code''alt-cmd-l': 'formatter:format-code'
Path to the exectuable
Go language
Enable formatter for Go language (need restart Atom)
Arguments passed to the formatter Go language
-s, -r
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
See LICENSE.md
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.