mirror of
https://github.com/kataras/iris.git
synced 2026-01-21 19:06:00 +00:00
replace ioutil with io package and other minor improvements
This commit is contained in:
@@ -13,7 +13,8 @@ import (
|
||||
// A validation error(s) can be given by ErrorCodeName's Validation or Err methods.
|
||||
//
|
||||
// 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/master/_examples/routing/http-wire-errors/custom-validation-errors
|
||||
type ValidationError interface {
|
||||
error
|
||||
|
||||
|
||||
Reference in New Issue
Block a user