diff options
Diffstat (limited to 'core')
| -rw-r--r-- | core/structs.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/structs.go b/core/structs.go index eec1473..a97fc74 100644 --- a/core/structs.go +++ b/core/structs.go @@ -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"` } |
