Documentation ¶
Index ¶
Constants ¶
View Source
const ( ContentEncoding = "Content-Encoding" ContentLength = "Content-Length" ContentType = "Content-Type" CharsetUTF8 = "charset=utf-8" ApplicationJSON = "application/json" ApplicationJSONCharsetUTF8 = ApplicationJSON + "; " + CharsetUTF8 TextHTML = "text/html" TextHTMLCharsetUTF8 = TextHTML + "; " + CharsetUTF8 TextPlain = "text/plain" TextPlainCharsetUTF8 = TextPlain + "; " + CharsetUTF8 )
View Source
const ExampleToml = `` /* 386-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.