[docs] Improve docstrings for middleware, skipclean (#375)
This commit is contained in:
2
mux.go
2
mux.go
@@ -13,7 +13,7 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
// ErrMethodMismatch is returned when the error in the request does not match
|
||||
// ErrMethodMismatch is returned when the method in the request does not match
|
||||
// the method defined against the route.
|
||||
ErrMethodMismatch = errors.New("method is not allowed")
|
||||
// ErrNotFound is returned when no route match is found.
|
||||
|
||||
Reference in New Issue
Block a user