Skip to content
Snippets Groups Projects
Commit 3e4135af authored by Francé Wilke's avatar Francé Wilke
Browse files

Add MIMETypePNG

parent ebe4083e
No related branches found
No related tags found
No related merge requests found
...@@ -54,6 +54,9 @@ const ( ...@@ -54,6 +54,9 @@ const (
// MIMETypeImage defines the constant for the Image MIME type. // MIMETypeImage defines the constant for the Image MIME type.
MIMETypeImage MIMEType = "image/*" MIMETypeImage MIMEType = "image/*"
// MIMETypePNG defines the constant for the PNG MIME type.
MIMETypePNG MIMEType = "image/png"
// MIMETypeDefault defines the constant for the default MIME type. // MIMETypeDefault defines the constant for the default MIME type.
MIMETypeDefault MIMEType = "application/octet-stream" MIMETypeDefault MIMEType = "application/octet-stream"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment