Runs go fmt on all code.

This commit is contained in:
Jim Teeuwen 2013-11-28 10:23:49 +01:00
parent 29bd83be41
commit 7b1a94122f
4 changed files with 21 additions and 21 deletions

2
rss.go
View file

@ -151,7 +151,7 @@ func (this *Feed) readRss2(doc *xmlx.Document) (err error) {
}
i.Comments = item.S(ns, "comments")
guid := item.S(ns, "guid")
if len(guid) > 0 {
i.Guid = &guid