Merge pull request #12 from weberc2/patch-1

Update doc.go
This commit is contained in:
Kamil Kisiel
2015-08-06 22:36:02 -07:00
+1 -1
View File
@@ -5,7 +5,7 @@ Installing
go get github.com/gorilla/feeds
Syndicate provides a simple, generic Feed interface with a generic Item object as well as RSS and Atom specific RssFeed and AtomFeed objects which allow access to all of each spec's defined elements.
Feeds provides a simple, generic Feed interface with a generic Item object as well as RSS and Atom specific RssFeed and AtomFeed objects which allow access to all of each spec's defined elements.
Examples