Last active
March 22, 2022 11:38
-
-
Save cp-sumi-k/15d2b60dff59a9a0aa2ac76284cff3b8 to your computer and use it in GitHub Desktop.
https://medium.com/canopas/automation-dynamic-sitemap-generation-with-golang-api-584f6c53ea9c - sitemap-2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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