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" "fmt"
"reflect" "reflect"
"gopkg.in/bluesuncorp/validator.v6" "gopkg.in/bluesuncorp/validator.v7"
) )
// DbBackedUser User struct // DbBackedUser User struct

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

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

Loading…
Cancel
Save