From 1389fc8d6ee89decc49a510557ab43cbd64c5b1d Mon Sep 17 00:00:00 2001 From: nytpu Date: Wed, 17 Mar 2021 08:41:42 -0600 Subject: fix comment and update readme --- core/structs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') 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"` } -- cgit v1.2.3