1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-17 09:57:01 +00:00

rename master branch to main

This commit is contained in:
Gerasimos (Makis) Maropoulos
2023-08-20 03:12:46 +03:00
parent 2e9745a915
commit 48f7b38d15
62 changed files with 216 additions and 211 deletions

View File

@@ -240,7 +240,7 @@ var (
//
// Examples can be found at:
//
// https://github.com/kataras/iris/tree/master/_examples/routing/http-wire-errors.
// https://github.com/kataras/iris/tree/main/_examples/routing/http-wire-errors.
type Error struct {
ErrorCode ErrorCode `json:"http_error_code" yaml:"HTTPErrorCode"`
Message string `json:"message,omitempty" yaml:"Message"`

View File

@@ -14,7 +14,7 @@ import (
//
// Example can be found at:
//
// https://github.com/kataras/iris/tree/master/_examples/routing/http-wire-errors/custom-validation-errors
// https://github.com/kataras/iris/tree/main/_examples/routing/http-wire-errors/custom-validation-errors
type ValidationError interface {
error