From 18dcdf725a584f2bdaa9e21c05236089e6a68dd3 Mon Sep 17 00:00:00 2001 From: "Leslie P. Polzer" Date: Sat, 9 Mar 2019 17:32:51 -0800 Subject: [PATCH] Fix whitespace. --- rss.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rss.go b/rss.go index da35a6d..c022b79 100644 --- a/rss.go +++ b/rss.go @@ -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"` }