aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/Xe
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2017-05-23 12:47:27 -0700
committerChristine Dodrill <me@christine.website>2017-05-23 12:47:27 -0700
commitbaa1f673ba8f608ec1125b577ea949e171c1b8c0 (patch)
tree64cbcdc487370eb23ea0842786ab039bd245f2da /vendor/github.com/Xe
parent8b878e6662fa293175449d07b60245e224300361 (diff)
downloadxesite-baa1f673ba8f608ec1125b577ea949e171c1b8c0.tar.xz
xesite-baa1f673ba8f608ec1125b577ea949e171c1b8c0.zip
vendor: offbyone
Diffstat (limited to 'vendor/github.com/Xe')
-rw-r--r--vendor/github.com/Xe/jsonfeed/jsonfeed.go2
1 files changed, 1 insertions, 1 deletions
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.