Update examples_test.go

This is better. We can't use relative paths for imports. If you can get this change in, it will help with my talk at GolangUK on Friday.
pull/155/head
William Kennedy 9 years ago
parent 6df82fdf49
commit 81c46b4ae4
  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