Skip to content

Commit

Permalink
Merge pull request #1 from BrianLeishman/explicit-readme-v10
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
BrianLeishman authored May 5, 2021
2 parents b926bf0 + f05e679 commit 8e67657
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 8e67657

Please sign in to comment.