-
Notifications
You must be signed in to change notification settings - Fork 2
CodeTools
Jason Buberel edited this page Aug 30, 2015
·
1 revision
An overview of tools that will help improve your Go code
- gofmt - Start with the standard Go code formatter
- golint - Detects style mistakes in Go code
- goimports - Format code and fix your import statements
- Formatting Go Code with gofmt
-
go vet - Read this first on how to use the
go vet
command.
- go oracle - user manual - A tool for understanding Go code