Skip to content

Instantly share code, notes, and snippets.

@cp-sumi-k
Last active March 22, 2022 11:39
Show Gist options
  • Save cp-sumi-k/8a2562e384aa65715692a7e0ded20cdb to your computer and use it in GitHub Desktop.
Save cp-sumi-k/8a2562e384aa65715692a7e0ded20cdb to your computer and use it in GitHub Desktop.
package sitemap
type URL struct {
XMLName xml.Name `xml:"url"`
Loc string `xml:"loc"`
ChangeFreq string `xml:"changefreq"`
LastMod string `xml:"lastmod"`
Priority string `xml:"priority"`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment