Initial commit
This commit is contained in:
5
skills/cross-cutting-concerns/reference/go-adaptation.md
Normal file
5
skills/cross-cutting-concerns/reference/go-adaptation.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# Go-Specific Adaptations
|
||||
- Error wrapping: fmt.Errorf("context: %w", err)
|
||||
- Logging: slog (structured logging)
|
||||
- Config: viper or env vars
|
||||
- Middleware: net/http middleware pattern
|
||||
Reference in New Issue
Block a user