Merge pull request #15 from zalalov/feature-author-field
Author field added.
This commit is contained in:
commit
e6dab863fc
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"`
|
Category []string `xml:"category"`
|
||||||
Enclosure []ItemEnclosure `xml:"enclosure"`
|
Enclosure []ItemEnclosure `xml:"enclosure"`
|
||||||
Description string `xml:"description"`
|
Description string `xml:"description"`
|
||||||
|
Author string `xml:"author"`
|
||||||
Content string `xml:"content"`
|
Content string `xml:"content"`
|
||||||
FullText string `xml:"full-text"`
|
FullText string `xml:"full-text"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue