Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DateArg ¶
func (*DateArg) MarshalXML ¶
MarshalXML marshals the element to XML. This method is part of the xml.Marshaler interface need by the "xml" package to parse dates present on the command line.
func (*DateArg) Set ¶
Set sets parses the string setting the date. This method is part of the flag.Value interface need by the "flag" package to parse dates present on the command line.
func (*DateArg) String ¶
String returns the string representation of the date. This method is part of the flag.Value interface need by the "flag" package to parse dates present on the command line.
func (*DateArg) UnmarshalXML ¶
UnmarshalXML unmarshals the element from XML. This method is part of the xml.Unmarshaler interface need by the "xml" package to parse dates present on the command line.