| 15 | func (s SlogLogger) Error(ctx context.Context, msg string) { slog.ErrorContext(ctx, msg) } |
| 16 | |
| 17 | type Utils struct{} |
| 18 | |
| 19 | func (Utils) Uppercase(ctx context.Context, value string) string { |
| 20 | return strings.ToUpper(value) |
nothing calls this directly
no outgoing calls
no test coverage detected