Update doc.go

Updated documentation
This commit is contained in:
weberc2
2015-03-09 20:25:45 -05:00
parent 2e133eb352
commit b6d1308b66
+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