update external references from v6 to v7

pull/162/head
joeybloggs 9 years ago
parent 4ab8352362
commit 77751ca042
  1. 2
      examples/custom/custom.go
  2. 2
      examples/simple/simple.go
  3. 2
      examples_test.go

@ -6,7 +6,7 @@ import (
"fmt"
"reflect"
"gopkg.in/bluesuncorp/validator.v6"
"gopkg.in/bluesuncorp/validator.v7"
)
// DbBackedUser User struct

@ -7,7 +7,7 @@ import (
sql "database/sql/driver"
"gopkg.in/bluesuncorp/validator.v6"
"gopkg.in/bluesuncorp/validator.v7"
)
// User contains user information

@ -3,7 +3,7 @@ package validator_test
import (
"fmt"
"gopkg.in/bluesuncorp/validator.v6"
"gopkg.in/bluesuncorp/validator.v7"
)
func ExampleValidate_new() {

Loading…
Cancel
Save