if `Context.Redirect` returned an error you could write a handler as: ``` go return c.Redirect(...) ``` rather than ``` go c.Redirect(...) return nil ``` I'd be happy to PR this if you'd like.