Documentation ¶ Index ¶ type Parser func (xml *Parser) Unmarshal(p []byte, v interface{}) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Parser ¶ type Parser struct{} Parser is an XML parser. func (*Parser) Unmarshal ¶ func (xml *Parser) Unmarshal(p []byte, v interface{}) error Unmarshal unmarshals XML files. Source Files ¶ View all Source files xml.go Click to show internal directories. Click to hide internal directories.