summaryrefslogtreecommitdiff
path: root/xml.go
diff options
context:
space:
mode:
Diffstat (limited to 'xml.go')
-rw-r--r--xml.go2
1 files changed, 1 insertions, 1 deletions
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 {