Author field added.
This commit is contained in:
parent
b904822ba7
commit
5c7a4e26da
1 changed files with 1 additions and 0 deletions
1
rss.go
1
rss.go
|
@ -46,6 +46,7 @@ type Item struct {
|
|||
Category []string `xml:"category"`
|
||||
Enclosure []ItemEnclosure `xml:"enclosure"`
|
||||
Description string `xml:"description"`
|
||||
Author string `xml:"author"`
|
||||
Content string `xml:"content"`
|
||||
FullText string `xml:"full-text"`
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue