Versions in this module Expand all Collapse all v1 v1.0.0 Sep 5, 2019 Changes in this version + 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