add comment
This commit is contained in:
@@ -37,6 +37,8 @@ func formatItem(item *gofeed.Item, tmpl *template.Template) (string, error) {
|
||||
return html.UnescapeString(b.String()), err
|
||||
}
|
||||
|
||||
// parseFeeds parses the feeds at the given urls in parallel and returns them,
|
||||
// along with any parsing errors.
|
||||
func parseFeeds(urls []string) ([]*gofeed.Feed, []error) {
|
||||
fp := gofeed.NewParser()
|
||||
var feedChs []chan *gofeed.Feed
|
||||
|
||||
Reference in New Issue
Block a user