Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Exports = map[string]interface{}{ "_name": "net/url", "PathEscape": url.PathEscape, "PathUnescape": url.PathUnescape, "QueryEscape": url.QueryEscape, "QueryUnescape": url.QueryUnescape, "URL": qlang.StructOf((*url.URL)(nil)), "Values": qlang.StructOf((*url.Values)(nil)), "NewValues": newValues, "Parse": url.Parse, "ParseRequestURI": url.ParseRequestURI, "User": url.User, "UserPassword": url.UserPassword, }
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.