Skip to content

Instantly share code, notes, and snippets.

@cp-sumi-k
Last active March 22, 2022 11:38
Show Gist options
  • Save cp-sumi-k/15d2b60dff59a9a0aa2ac76284cff3b8 to your computer and use it in GitHub Desktop.
Save cp-sumi-k/15d2b60dff59a9a0aa2ac76284cff3b8 to your computer and use it in GitHub Desktop.
type URLSet struct {
XMLName xml.Name `xml:"urlset"`
XMLNS string `xml:"xmlns,attr"`
URL []URL `xml:"url"`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment