Skip to content

Commit

Permalink
version removed from installation and import
Browse files Browse the repository at this point in the history
  • Loading branch information
Serj1c committed Dec 26, 2020
1 parent f6584a4 commit 26c7037
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 26c7037

Please sign in to comment.