summaryrefslogtreecommitdiff
path: root/fetch/fetch.go
diff options
context:
space:
mode:
authornytpu <alex@nytpu.com>2021-03-17 08:59:53 -0600
committernytpu <alex@nytpu.com>2021-03-17 09:04:05 -0600
commit6341c675748f4807da984deffb597d21f693d558 (patch)
tree0d0c5b0f3cf9e88cccd34a946f88f7a08f703ef8 /fetch/fetch.go
parent795979e3bbeddffc4989e6e75b7614f4944f432d (diff)
add (stubbed) updateGopherFeed function
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)
}