Skip to content

Commit

Permalink
space->tab
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoiron committed Jan 17, 2013
1 parent 02e5b30 commit 91f48c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ You can also get access to the underlying objects that syndicate uses to export
From here, you can modify or add each syndication's specific fields before outputting
atomFeed.Subtitle = "plays the blues"
atom, err := ToXML(atomFeed)
atom, err := ToXML(atomFeed)
rssFeed.Generator = "Golang Syndicate v1.0 (github.com/jmoiron/syndicate)"
rss, err := ToXML(rssFeed)
Expand Down

0 comments on commit 91f48c3

Please sign in to comment.