go-enum
Installation
SKILL.md
Go Enum
Generate type-safe Go enums following GO modular architecture conventions.
When to Use
- Create type-safe enumerations for a module
- Define domain constants with validation
- Add validated enum types (e.g., status, category, method)
Pattern
Place enums in internal/modules/<module>/enum/<name>_enum.go.