Ocean/MimeTypes/Scheme.go

8 lines
119 B
Go
Raw Permalink Normal View History

2015-06-17 15:44:52 +00:00
package MimeTypes
// The type for a MIME type.
type MimeType struct {
MimeType string
FileExtension []string
}