Fix whitespace.

This commit is contained in:
Leslie P. Polzer 2019-03-09 17:32:51 -08:00
parent 307868a646
commit 18dcdf725a

2
rss.go
View file

@ -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"`
}