Fix whitespace.
This commit is contained in:
parent
307868a646
commit
18dcdf725a
1 changed files with 1 additions and 1 deletions
2
rss.go
2
rss.go
|
@ -46,7 +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"`
|
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