Skip to content

Commit 81c46b4

Browse files
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.
1 parent 6df82fd commit 81c46b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package validator_test
33
import (
44
"fmt"
55

6-
"../validator"
6+
"gopkg.in/bluesuncorp/validator.v6"
77
)
88

99
func ExampleValidate_new() {

0 commit comments

Comments
 (0)