Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Exports = map[string]interface{}{ "buffer": newBuffer, "from": from, "equal": bytes.Equal, "reader": bytes.NewReader, "contains": bytes.Contains, "index": bytes.Index, "indexAny": bytes.IndexAny, "join": bytes.Join, "title": bytes.Title, "toLower": bytes.ToLower, "toTitle": bytes.ToTitle, "toUpper": bytes.ToUpper, "trim": bytes.Trim, }
Exports is the export table of this module.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.