Versions in this module Expand all Collapse all v1 v1.0.1 Jan 13, 2024 v1.0.0 Jun 17, 2020 Changes in this version + var ErrRequestFailed error = errors.New("http request failed") + type Rss struct + Channel RssChannel + type RssChannel struct + Description string + Items []*RssItem + Link string + Title string + type RssItem struct + Description string + Link string + Title string + func Get(url string) ([]*RssItem, error)