mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-16 01:39:28 +08:00
go1.16 (#14783)
This commit is contained in:
2
vendor/github.com/gorilla/mux/test_helpers.go
generated
vendored
2
vendor/github.com/gorilla/mux/test_helpers.go
generated
vendored
@ -15,5 +15,5 @@ import "net/http"
|
||||
// can be set by making a route that captures the required variables,
|
||||
// starting a server and sending the request to that server.
|
||||
func SetURLVars(r *http.Request, val map[string]string) *http.Request {
|
||||
return setVars(r, val)
|
||||
return requestWithVars(r, val)
|
||||
}
|
||||
|
Reference in New Issue
Block a user