Go Patterns
Curated list of Go design patterns, recipes and idioms
This repository is a curated collection of idiomatic Go design patterns, coding recipes, and best practices aimed at Go programmers. It organizes patterns under categories such as creational, structural, behavioral, concurrency, messaging, and anti-patterns, giving examples and explanations of how to apply them in real Go code. Creational, structural, behavioral pattern examples in Go. Explanatory commentary and sample code snippets. Concurrency idioms (e.g. bounded parallelism, fan-in/fan-out). Organized taxonomy for Go idioms.