Package Usage: go: github.com/gorilla/feeds
Syndication (feed) generator library for golang.
Installing
Feeds provides a simple, generic Feed interface with a generic Item object as well as RSS, Atom and JSON Feed specific RssFeed, AtomFeed and JSONFeed objects which allow access to all of each spec's defined elements.
Create a Feed and some Items in that feed using the generic interfaces:
From here, you can output Atom, RSS, or JSON Feed versions of this feed easily
You can also get access to the underlying objects that feeds uses to export its XML
From here, you can modify or add each syndication's specific fields before outputting
5 versions
Latest release: almost 2 years ago
267 dependent packages
View more package details: https://packages.ecosystem.code.gouv.fr/registries/proxy.golang.org/packages/github.com/gorilla/feeds