remove unneeded rss fields
This commit is contained in:
parent
f28f0eac1a
commit
e819140f36
1 changed files with 0 additions and 3 deletions
|
|
@ -9,9 +9,6 @@ type rssFeed struct {
|
|||
Version string `xml:"version,attr"`
|
||||
Title string `xml:"channel>title"`
|
||||
Links []rssLink `xml:"channel>link"`
|
||||
Language string `xml:"channel>language"`
|
||||
Description string `xml:"channel>description"`
|
||||
PubDate string `xml:"channel>pubDate"`
|
||||
Items []rssItem `xml:"channel>item"`
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue