From 702256bcc0e829b49a875e7c2b70c5078ff2c665 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sat, 7 Apr 2018 13:56:11 -0700 Subject: Add unit test for comments url and French translation --- model/entry.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'model') diff --git a/model/entry.go b/model/entry.go index 2b46daa..104601e 100644 --- a/model/entry.go +++ b/model/entry.go @@ -27,7 +27,7 @@ type Entry struct { Hash string `json:"hash"` Title string `json:"title"` URL string `json:"url"` - CommentsURL string `json:"comments"` + CommentsURL string `json:"comments_url"` Date time.Time `json:"published_at"` Content string `json:"content"` Author string `json:"author"` -- cgit v1.2.3