Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Png is a png image Png = Type{MimeType: "image/png", Ext: "png"} // Jpg is a jpeg image // Jpg = Type{MimeType: "image/jpeg", Ext: "jpeg"} // HTML is a html page HTML = Type{MimeType: "text/html", Ext: "html"} )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.