docs
docs copied to clipboard
Incorrect usage of `Location`
The example provided for ctx.Location here indicates that Location doesn't have a return value in its signature, however in the code below c.Location("/test") is returned. This code fails to compile.