- Install
go-plus
:apm install go-plus
or open Atom and go toPreferences > Install
, search forgo-plus
, and install it
Overview
This package adds extra Atom functionality for the go language:
- Autocomplete using
gocode
(you must have theautocomplete-plus
package activated for this to work) - Formatting source using
gofmt
,goimports
, orgoreturns
- Code quality inspection using
go vet
- Linting using
golint
- Syntax checking using
go build
andgo test
- Display of test coverage using
go test -coverprofile
- Go to definition using
godef
Read full article from go-plus
No comments:
Post a Comment