package
Version:
v1.6.0
Opens a new window with list of versions in this module.
Published: Aug 11, 2026
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type Url struct {
XMLName xml.Name `xml:"url"`
Loc string `xml:"loc"`
Lastmod string `xml:"lastmod,omitempty"`
}
type UrlSet struct {
XMLName xml.Name `xml:"urlset"`
Xmlns string `xml:"xmlns,attr"`
Urls []*Url `xml:"url"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.