mirror of
https://github.com/golang/go
synced 2024-11-22 07:44:43 -07:00
parent
a16ad6fe0f
commit
aec89c4c40
@ -19,7 +19,7 @@ var typeFiles = []string{
|
|||||||
}
|
}
|
||||||
|
|
||||||
var mimeTypes = map[string]string{
|
var mimeTypes = map[string]string{
|
||||||
".css": "text/css",
|
".css": "text/css; charset=utf-8",
|
||||||
".gif": "image/gif",
|
".gif": "image/gif",
|
||||||
".htm": "text/html; charset=utf-8",
|
".htm": "text/html; charset=utf-8",
|
||||||
".html": "text/html; charset=utf-8",
|
".html": "text/html; charset=utf-8",
|
||||||
|
Loading…
Reference in New Issue
Block a user