From 795979e3bbeddffc4989e6e75b7614f4944f432d Mon Sep 17 00:00:00 2001 From: nytpu Date: Wed, 17 Mar 2021 08:57:00 -0600 Subject: add updateGopherPage function --- fetch/fetch.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'fetch/fetch.go') 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) } -- cgit v1.2.3