Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Unmarshal ¶
Unmarshal parses the url.Values data and stores the result in the value pointed to by target. If target is nil or not a pointer, Unmarshal returns an InvalidUnmarshalError.
Unmarshal is currently still to a few primitive types and basic recursion.
Types ¶
type InvalidUnmarshalError ¶
func (*InvalidUnmarshalError) Error ¶
func (e *InvalidUnmarshalError) Error() string
Click to show internal directories.
Click to hide internal directories.