version removed from installation and import (#710)

This commit is contained in:
Sergei Isaev 2021-04-06 04:13:46 +03:00 committed by GitHub
parent 3c8db83c19
commit 2b75c46052
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
-------