option
Category Category

Explore by Testing & QA

Idiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go applications.

June 29, 2026

Golang struct and interface design patterns — composition, embedding, type assertions, type switches, interface segregation, dependency injection via interfaces, struct field tags, and pointer vs value receivers. Use this skill when designing Go types, defining or implementing interfaces, embedding structs or interfaces, writing type assertions or type switches, adding struct field tags for JSON/YAML/DB serialization, or choosing between pointer and value receivers. Also use when the user asks a

June 29, 2026
OR