- Install
go-plus:apm install go-plusor 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-pluspackage activated for this to work) - Formatting source using
gofmt,goimports, orgoreturns - Code quality inspection using
go vet - Linting using
golint - Syntax checking using
go buildandgo 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