We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ab8352 commit 77751caCopy full SHA for 77751ca
examples/custom/custom.go
@@ -6,7 +6,7 @@ import (
6
"fmt"
7
"reflect"
8
9
- "gopkg.in/bluesuncorp/validator.v6"
+ "gopkg.in/bluesuncorp/validator.v7"
10
)
11
12
// DbBackedUser User struct
examples/simple/simple.go
@@ -7,7 +7,7 @@ import (
sql "database/sql/driver"
13
// User contains user information
examples_test.go
@@ -3,7 +3,7 @@ package validator_test
3
import (
4
5
func ExampleValidate_new() {
0 commit comments