go-patterns
Installation
SKILL.md
Go Patterns - Modern Go 1.22+
Go development principles and decision-making. Learn to THINK, not copy-paste patterns.
⚠️ How to Use This Skill
This skill teaches decision-making principles for Go development.
- ASK user for use case (API, CLI, Microservice, Worker)
- Choose Go idioms, not Java/Python patterns
- Don't assume async if not needed (Go is already concurrent)