6 lines
182 B
Markdown
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
|