Skip to content

Commit

Permalink
Added optional nickname to Feed
Browse files Browse the repository at this point in the history
  • Loading branch information
SlyMarbo committed Apr 23, 2013
1 parent a0bf84d commit 86dd437
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rss.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ func Fetch(url string) (*Feed, error) {

// Feed is the top-level structure.
type Feed struct {
Nickname string
Title string
Description string
Link string
Expand Down

0 comments on commit 86dd437

Please sign in to comment.