Merge pull request #39 from pstuifzand:pstuifzand/issue38

Rename NextUrl to NextURL
This commit is contained in:
Peter Stuifzand 2020-10-05 22:29:20 +02:00 committed by GitHub
commit 50305b9dd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@ type Feed struct {
Title string `json:"title"` Title string `json:"title"`
HomePageURL string `json:"home_page_url"` HomePageURL string `json:"home_page_url"`
FeedURL string `json:"feed_url"` FeedURL string `json:"feed_url"`
NextUrl string `json:"next_url"` NextURL string `json:"next_url"`
Icon string `json:"icon"` Icon string `json:"icon"`
Favicon string `json:"favicon"` Favicon string `json:"favicon"`
Author Author `json:"author,omitempty"` Author Author `json:"author,omitempty"`