func setMimeInit(fn func()) (cleanup func()) { … } func clearMimeTypes() { … } func setType(ext, typ string) { … } func TestTypeByExtension(t *testing.T) { … } func TestTypeByExtension_LocalData(t *testing.T) { … } func TestTypeByExtensionCase(t *testing.T) { … } func TestExtensionsByType(t *testing.T) { … } func TestLookupMallocs(t *testing.T) { … } func BenchmarkTypeByExtension(b *testing.B) { … } func BenchmarkExtensionsByType(b *testing.B) { … } func TestExtensionsByType2(t *testing.T) { … }