Skip to content

Commit 2b75c46

Browse files
authored
version removed from installation and import (#710)
1 parent 3c8db83 commit 2b75c46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ Installation
2727

2828
Use go get.
2929

30-
go get github.com/go-playground/validator/v10
30+
go get github.com/go-playground/validator
3131

3232
Then import the validator package into your own code.
3333

34-
import "github.com/go-playground/validator/v10"
34+
import "github.com/go-playground/validator"
3535

3636
Error Return Value
3737
-------

0 commit comments

Comments
 (0)