func()

in code/app/main.go [125:128]


func (m MimeMap) Valid(mimetype string) bool {
	_, ok := m[mimetype]
	return ok
}