summaryrefslogtreecommitdiff
path: root/gopher/client.go
diff options
context:
space:
mode:
Diffstat (limited to 'gopher/client.go')
-rw-r--r--gopher/client.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/gopher/client.go b/gopher/client.go
index 5ef54ff..a5c4228 100644
--- a/gopher/client.go
+++ b/gopher/client.go
@@ -63,3 +63,5 @@ func (c Client) Fetch(url string) (*types.Response, error) {
}
return c.RoundTrip(&types.Request{URL: u})
}
+
+func (c Client) IsRedirect(_ *types.Response) bool { return false }