Skip to content

Commit b5317c5

Browse files
Dean KarnDean Karn
authored andcommitted
Update examples_test.go
Backport change to update import path from pull request #155
1 parent 8a9ed1f commit b5317c5

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)