Documentation ¶
Overview ¶
package url contains url utilities beyond what is available in the net/url package
Index ¶
- func GetFloat64(values url.Values, name string) (value float64, err error)
- func GetInt(values url.Values, name string) (value int, err error)
- func GetString(values url.Values, name string) (value string, err error)
- func GetStrings(values url.Values, name string) (value []string, err error)
- type Builder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFloat64 ¶
GetString extracts the named float64 out of values.
Types ¶
Click to show internal directories.
Click to hide internal directories.