Updates #44602
Change-Id: I2c32e388143e56928850821587f57d9729434220
Reviewed-on: https://go-review.googlesource.com/c/go/+/310034
Trust: Tobias Klauser <tobias.klauser@gmail.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com>
TryBot-Result: Go Bot <gobot@golang.org>
}
var builtinTypesLower = map[string]string{
+ ".avif": "image/avif",
".css": "text/css; charset=utf-8",
".gif": "image/gif",
".htm": "text/html; charset=utf-8",
".svg": "image/svg+xml",
".wasm": "application/wasm",
".webp": "image/webp",
- ".avif": "image/avif",
".xml": "text/xml; charset=utf-8",
}