vendor: offbyone

This commit is contained in:
Cadey Ratio 2017-05-23 12:47:27 -07:00
parent 8b878e6662
commit baa1f673ba
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ type Feed struct {
// required for Feeds on the public web.
//
// This field is strongly reccomended, but not required.
FeedURL string `json:"Feed_url,omitempty"`
FeedURL string `json:"feed_url,omitempty"`
// Description provides more detail, beyond the title, on what the Feed
// is about. A Feed reader may display this text.