summaryrefslogtreecommitdiff
path: root/fetch/fetch.go
diff options
context:
space:
mode:
Diffstat (limited to 'fetch/fetch.go')
-rw-r--r--fetch/fetch.go4
1 files changed, 1 insertions, 3 deletions
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)
}