diff options
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 { |
