mirror of
https://github.com/Fishwaldo/validator.git
synced 2025-03-16 04:01:32 +00:00
version removed from installation and import (#710)
This commit is contained in:
parent
3c8db83c19
commit
2b75c46052
1 changed files with 2 additions and 2 deletions
|
@ -27,11 +27,11 @@ Installation
|
|||
|
||||
Use go get.
|
||||
|
||||
go get github.com/go-playground/validator/v10
|
||||
go get github.com/go-playground/validator
|
||||
|
||||
Then import the validator package into your own code.
|
||||
|
||||
import "github.com/go-playground/validator/v10"
|
||||
import "github.com/go-playground/validator"
|
||||
|
||||
Error Return Value
|
||||
-------
|
||||
|
|
Loading…
Add table
Reference in a new issue