Versions in this module Expand all Collapse all v0 v0.100.0 May 1, 2021 Changes in this version + type Entry struct + Author *Person + Content *Text + ID string + Link []Link + Published TimeStr + Summary *Text + Title string + Updated TimeStr + type Feed struct + Author *Person + Entry []*Entry + ID string + Link []Link + Title string + Updated TimeStr + XMLName xml.Name + type Link struct + Href string + HrefLang string + Length uint + Rel string + Title string + Type string + type Person struct + Email string + InnerXML string + Name string + URI string + type Text struct + Body string + Type string + type TimeStr string + func Time(t time.Time) TimeStr