Skip to content

Commit

Permalink
add v10 to link in README to get latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
alizaya authored Jul 23, 2021
1 parent 65bb123 commit 44cd8ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ Installation

Use go get.

go get github.com/go-playground/validator
go get github.com/go-playground/validator/v10

Then import the validator package into your own code.

import "github.com/go-playground/validator"
import "github.com/go-playground/validator/v10"

Error Return Value
-------
Expand Down

0 comments on commit 44cd8ab

Please sign in to comment.