diff --git a/logger.go b/logger.go index f9e324d2..d5b96b3e 100644 --- a/logger.go +++ b/logger.go @@ -107,7 +107,7 @@ func (p *LogFormatterParams) MethodColor() string { return yellow case http.MethodDelete: return red - case http.Patch: + case http.MethodPatch: return green case http.MethodHead: return magenta