An overview of tools that will help improve your Go code
Code Formatting
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
Refactoring
Refactoring with go fmt
gorename - easy refactoring
Error Detection
go vet
- Read this first on how to use the
go vet
command.
Navigation
go oracle - user manual
- A tool for understanding Go code