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 4dfb6c2..4bed64c 100644
--- a/fetch/fetch.go
+++ b/fetch/fetch.go
@@ -70,9 +70,7 @@ func UpdatePage(p *core.Page) error {
case "http", "https":
return updateHTTPPage(p)
case "gopher", "gophers":
- // return updateGopherPage(p)
- // TODO
- fallthrough
+ return updateGopherPage(p)
default:
return fmt.Errorf("Unsupported protocol '%s'", p.Link.Scheme)
}