fix comment and update readme
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ type jsonData struct {
|
||||
type Feed struct {
|
||||
Title string `json:"title,omitempty"`
|
||||
Link *url.URL `json:"link,omitempty"` // link to the human-readable page for the feed. same as FeedLink for gemini feeds.
|
||||
FeedLink *url.URL `json:"feedlink,omitempty"` // link to the feed itself. if empty, use Link instead.
|
||||
FeedLink *url.URL `json:"feedlink,omitempty"` // link to the feed itself.
|
||||
Updated time.Time `json:"updated,omitempty"`
|
||||
Items []*Item `json:"items,omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user