Runs go fmt on all code.
This commit is contained in:
parent
29bd83be41
commit
7b1a94122f
4 changed files with 21 additions and 21 deletions
2
rss.go
2
rss.go
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue