This commit is contained in:
thinkerou 2019-11-28 11:09:55 +08:00 committed by GitHub
parent 0f1b95a8e2
commit b3dd41bb31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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