From c679e48964a6fa2bc2bc54fa6541c113e41ca672 Mon Sep 17 00:00:00 2001 From: demo Date: Thu, 28 May 2026 13:21:31 -0400 Subject: feat: place comment before URL listing There could be a lot of URLs, so this should be more user-friendly. --- xml.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml.go b/xml.go index 51c9f93..e1a253f 100644 --- a/xml.go +++ b/xml.go @@ -9,8 +9,8 @@ import ( type XMLURLset struct { XMLName xml.Name `xml:"urlset"` Xmlns string `xml:"xmlns,attr"` - URLs []URL `xml:"url"` Comment string `xml:",comment"` + URLs []URL `xml:"url"` } type URL struct { -- cgit v1.2.3