mirror of
https://github.com/kataras/iris.git
synced 2025-03-14 08:26:26 +01:00
Typo
Former-commit-id: d4e73cb72e83b4462be3ca0ef8ae1263c2c2125a
This commit is contained in:
parent
5de3fc5790
commit
e0eb5d8f6e
|
@ -636,7 +636,7 @@ func main() {
|
|||
|
||||
// Register validation for 'User'
|
||||
// NOTE: only have to register a non-pointer type for 'User', validator
|
||||
// interanlly dereferences during it's type checks.
|
||||
// internally dereferences during it's type checks.
|
||||
validate.RegisterStructValidation(UserStructLevelValidation, User{})
|
||||
|
||||
app := iris.New()
|
||||
|
|
Loading…
Reference in New Issue
Block a user