package
Version:
v0.0.0-...-6c16969
Opens a new window with list of versions in this module.
Published: Nov 29, 2020
License: GPL-3.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func ParseXML(filename string)
func UnmarshalXML(filename string)
type Email struct {
Type string `xml:"type,attr"`
Address string `xml:",chardata"`
}
type Name struct {
Family string `xml:"family"`
Personal string `xml:"personal"`
}
type Person struct {
XMLName Name `xml:"person"`
Name Name `xml:"name"`
Email []Email `xml:"email"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.