diff options
| author | demo <demo@antix1> | 2026-05-28 13:21:31 -0400 |
|---|---|---|
| committer | demo <demo@antix1> | 2026-05-28 13:21:31 -0400 |
| commit | c679e48964a6fa2bc2bc54fa6541c113e41ca672 (patch) | |
| tree | b23fd2a99020c226f3593e745f41b2e223dbd88a /xml.go | |
| parent | 6b39b2b04e037b809537ec2b6209b62b114dceaf (diff) | |
feat: place comment before URL listing
There could be a lot of URLs, so this should be more user-friendly.
Diffstat (limited to 'xml.go')
| -rw-r--r-- | xml.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |
