SlyMarbo / rss

A Go library for fetching, parsing, and updating RSS feeds.
Other
400 stars 85 forks source link

Support feed generating #82

Closed hellodword closed 2 years ago

hellodword commented 2 years ago

github.com/gorilla/feeds is no longer active, it'd be great if this library could support feed generating.

func (f *Feed) WriteAtom(w io.Writer) error

func (f *Feed) WriteRSS(w io.Writer) error

func (f *Feed) WriteJSON(w io.Writer) error