package
Version:
v0.5.8
Opens a new window with list of versions in this module.
Published: Nov 27, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Language struct {
Name string `xml:"name,attr"`
PrintFn string `xml:"printfn"`
Version Version `xml:"version"`
}
type Version struct {
Major int `xml:"major,attr"`
Minor int `xml:"minor,attr"`
}
type XmlData struct {
XMLName xml.Name `xml:"data"`
Languages []Language `xml:"languages"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.