Useful Links
A collection of links that I find useful to refer back to for Golang.
- Go Proverbs
- Go 1.22 interactive release notes
- Uber NilAway - Static analysis tool for helping to avoid nil panics in production#cicd
- go-mutesting - Golang mutation testing (last updated Feb 2023)#testing
- Go Error Handling - Pattern for error handling in Golang
- Golang Patterns - Examples of design patterns implemented in Golang#design-patterns