Update examples_test.go

Backport change to update import path from pull request #155
pull/157/head
Dean Karn 9 years ago
parent 8a9ed1f107
commit b5317c5c5c
  1. 2
      examples_test.go

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

Loading…
Cancel
Save