Versions in this module Expand all Collapse all v0 v0.2.0 Aug 19, 2024 Changes in this version + func SiteMap(f string, pages []Page) error + func SiteMapIndex(folder, indexFile, baseurl string) error + type Frequency int + const Always + const Daily + const Hourly + const Monthly + const Never + const Weekly + const Yearly + func (f Frequency) String() string + type Page struct + Changefreq Frequency + LastMod time.Time + Loc string + Priority float32 + func (page *Page) String() string