1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-06 03:27:27 +00:00

resolve conflicts with current master v11.1.1

Former-commit-id: 659ff392e889f3a8552d7da3d44848f1a364f7b2
This commit is contained in:
Gerasimos (Makis) Maropoulos
2019-07-23 19:20:07 +03:00
41 changed files with 406 additions and 70 deletions

View File

@@ -78,7 +78,7 @@ func (p *ParamParser) appendErr(format string, a ...interface{}) {
const (
// DefaultParamErrorCode is the default http error code, 404 not found,
// per-parameter. An error code can be setted via
// per-parameter. An error code can be set via
// the "else" keyword inside a route's path.
DefaultParamErrorCode = 404
)