Skip to content

Commit

Permalink
version removed from installation and import (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
Serj1c authored Apr 6, 2021
1 parent 3c8db83 commit 2b75c46
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/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
-------
Expand Down

0 comments on commit 2b75c46

Please sign in to comment.