package snap func Redirect(to string) func(c *Context) { return func(c *Context) { c.Redirect(to) } }