Style guide for programming in Go.
- Follow the prescriptions set forth in Effective Go.
- Use govet to find errors not caught by compilers.
- Use golint to lint source code.
- Use gofmt to format Go programs before committing to source control.
Style guide for programming in Go.