Merge pull request #39 from pstuifzand:pstuifzand/issue38
Rename NextUrl to NextURL
This commit is contained in:
commit
50305b9dd3
|
@ -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"`
|
||||||
|
|
Loading…
Reference in New Issue
Block a user