Best Practices¶
Resources¶
- bahlo/go-styleguide - Opinionated Styleguide for the Go language
- uber-go/guide - The Uber Go Style Guide.
📕 Articles¶
- 50 Shades of Go: Traps, Gotchas, and Common Mistakes for New Golang Devs
- Practical Go: Real world advice for writing maintainable Go programs
- Go Code Review Comments
- Design Recommendations - Practical Go Lessons
- Doing Well by Doing Bad: Writing Bad Code with Go Part 1
- Doing Well by Doing Bad: Writing Bad Code with Go Part 2
- Write Go like a senior engineer