add (stubbed) updateGopherFeed function
This commit is contained in:
+1
-3
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user