We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d9a6f7 commit cfec64dCopy full SHA for cfec64d
mux.go
@@ -462,7 +462,7 @@ func CurrentRoute(r *http.Request) *Route {
462
return nil
463
}
464
465
-// requestWithRouteAndVars adds the matched vars to the request ctx.
+// requestWithVars adds the matched vars to the request ctx.
466
// It shortcuts the operation when the vars are empty.
467
func requestWithVars(r *http.Request, vars map[string]string) *http.Request {
468
if len(vars) == 0 {
0 commit comments