From baa1f673ba8f608ec1125b577ea949e171c1b8c0 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Tue, 23 May 2017 12:47:27 -0700 Subject: [PATCH] vendor: offbyone --- vendor/github.com/Xe/jsonfeed/jsonfeed.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/github.com/Xe/jsonfeed/jsonfeed.go b/vendor/github.com/Xe/jsonfeed/jsonfeed.go index e9fa0f2..d3af9d1 100644 --- a/vendor/github.com/Xe/jsonfeed/jsonfeed.go +++ b/vendor/github.com/Xe/jsonfeed/jsonfeed.go @@ -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.