From 67e18175c266431daafd0e0b656f938bf04e3d68 Mon Sep 17 00:00:00 2001 From: Peter Stuifzand Date: Mon, 5 Oct 2020 19:49:33 +0000 Subject: [PATCH] Rename NextUrl to NextURL Fixes #38 --- pkg/jsonfeed/jsonfeed.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/jsonfeed/jsonfeed.go b/pkg/jsonfeed/jsonfeed.go index 27d9de4..a778cb0 100644 --- a/pkg/jsonfeed/jsonfeed.go +++ b/pkg/jsonfeed/jsonfeed.go @@ -61,7 +61,7 @@ type Feed struct { Title string `json:"title"` HomePageURL string `json:"home_page_url"` FeedURL string `json:"feed_url"` - NextUrl string `json:"next_url"` + NextURL string `json:"next_url"` Icon string `json:"icon"` Favicon string `json:"favicon"` Author Author `json:"author,omitempty"`