Skip to content

Instantly share code, notes, and snippets.

@cp-sumi-k
Last active March 22, 2022 11:37
Show Gist options
  • Save cp-sumi-k/6d21871c31287f18b2201c04f52c1c41 to your computer and use it in GitHub Desktop.
Save cp-sumi-k/6d21871c31287f18b2201c04f52c1c41 to your computer and use it in GitHub Desktop.
urlset := URLset{URL: sitemapUrls, XMLNS: "http://www.sitemaps.org/schemas/sitemap/0.9"}
c.Header("Content-Type", "application/xml")
c.XML(http.StatusOK, urlset)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment