Versions in this module Expand all Collapse all v1 v1.1.1 May 2, 2020 v1.1.0 Jun 30, 2019 Changes in this version + type Feed struct + Items []*Item + type Item struct + Category string + Feed *gofeed.Feed + func (i *Item) Time() time.Time + type Parser struct + func NewParser(c *http.Client) *Parser + func (p *Parser) ParseURL(url string) (*Feed, error) + type SortByDate []*Item + func (is SortByDate) Len() int + func (is SortByDate) Less(i, j int) bool + func (is SortByDate) Swap(i, j int)