add (stubbed) updateGopherFeed function

This commit is contained in:
nytpu
2021-03-17 08:59:53 -06:00
parent 795979e3bb
commit 6341c67574
2 changed files with 7 additions and 3 deletions
+1 -3
View File
@@ -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)
}