1
0
mirror of https://github.com/golang/go synced 2024-11-12 07:10:22 -07:00
John 2019-03-27 00:41:56 -05:00 committed by GitHub
parent 39a51a4b0d
commit e26d9f7617
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,6 +68,7 @@ var builtinTypesLower = map[string]string{
".png": "image/png",
".svg": "image/svg+xml",
".xml": "text/xml; charset=utf-8",
".mjs": "text/javascript",
}
var once sync.Once // guards initMime