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.
This commit is contained in:
William Kennedy 2015-08-19 13:09:01 +01:00
parent 6df82fdf49
commit 81c46b4ae4

View file

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