Documentation ¶
Overview ¶
Package parsers contains custom parser funcs for common, non-built-in types
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // URLType is a helper var that represents the `reflect.Type“ of `url.URL` URLType = reflect.TypeOf(url.URL{}) )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.