From 86e71c48f50cd85d85ae58b0c45385b7ca7a542e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Tue, 7 Jan 2020 21:33:26 -0800 Subject: [PATCH] Remove unused Feed.Entries from API client --- client/core.go | 1 - 1 file changed, 1 deletion(-) diff --git a/client/core.go b/client/core.go index 98f7779d..2958ce02 100644 --- a/client/core.go +++ b/client/core.go @@ -95,7 +95,6 @@ type Feed struct { Username string `json:"username"` Password string `json:"password"` Category *Category `json:"category,omitempty"` - Entries Entries `json:"entries,omitempty"` } // FeedModification represents changes for a feed.