From 6341c675748f4807da984deffb597d21f693d558 Mon Sep 17 00:00:00 2001 From: nytpu Date: Wed, 17 Mar 2021 08:59:53 -0600 Subject: add (stubbed) updateGopherFeed function --- fetch/fetch.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'fetch/fetch.go') diff --git a/fetch/fetch.go b/fetch/fetch.go index 4bed64c..37d0b67 100644 --- a/fetch/fetch.go +++ b/fetch/fetch.go @@ -53,9 +53,7 @@ func UpdateFeed(f *core.Feed) error { // TODO fallthrough case "gopher", "gophers": - // return updateGopherFeed(f) - // TODO - fallthrough + return updateGopherFeed(f) default: return fmt.Errorf("Unsupported protocol '%s'", f.FeedLink.Scheme) } -- cgit v1.2.3