Files
gh-yaleh-meta-cc-claude/skills/cross-cutting-concerns/reference/go-adaptation.md
2025-11-30 09:07:22 +08:00

6 lines
182 B
Markdown

# Go-Specific Adaptations
- Error wrapping: fmt.Errorf("context: %w", err)
- Logging: slog (structured logging)
- Config: viper or env vars
- Middleware: net/http middleware pattern