Ocean/MimeTypes/Scheme.go
2015-06-17 17:44:52 +02:00

8 lines
119 B
Go

package MimeTypes
// The type for a MIME type.
type MimeType struct {
MimeType string
FileExtension []string
}