Versions in this module Expand all Collapse all v0 v0.1.1 Jul 27, 2026 v0.1.0 Jul 10, 2026 Changes in this version + var ErrUnrecognized = errors.New("feed: unrecognized format") + type Enclosure struct + Type string + URL string + type Entry struct + Author string + Content string + ID string + Link string + Media []Enclosure + Published time.Time + Summary string + Title string + type Feed struct + Entries []Entry + Link string + Title string + func Fetch(ctx context.Context, client *http.Client, url string) (*Feed, error) + func Parse(data []byte) (*Feed, error)