Update examples_test.go

Same change but for version 7
pull/156/head
William Kennedy 9 years ago
parent 305c50fb58
commit 481a987ced
  1. 2
      examples_test.go

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

Loading…
Cancel
Save