diff --git a/rss.go b/rss.go index da35a6d..c022b79 100644 --- a/rss.go +++ b/rss.go @@ -46,7 +46,7 @@ type Item struct { Category []string `xml:"category"` Enclosure []ItemEnclosure `xml:"enclosure"` Description string `xml:"description"` - Author string `xml:"author"` + Author string `xml:"author"` Content string `xml:"content"` FullText string `xml:"full-text"` }