Registry / serialization / mmcdole-gofeed

mmcdole-gofeed

JSON →
library1.3.0gogounverified

Gofeed is a robust RSS and Atom feed parser for Go.

go get github.com/mmcdole/gofeed
INSTALL
IMPORT
SIG · MMCDOLE-GOFEED
M
mmcdole-gofeed
serializationgov1.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gofeed
github.com/mmcdole/gofeed

Parse an RSS or Atom feed from a URL.

package main import ( "fmt" "github.com/mmcdole/gofeed" ) func main() { fp := gofeed.NewParser() feed, _ := fp.ParseURL("https://example.com/feed.xml") fmt.Println(feed.Title) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
mmcdole-gofeed — go get mmcdole-gofeed · libregistry