We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6df82fd commit 81c46b4Copy full SHA for 81c46b4
examples_test.go
@@ -3,7 +3,7 @@ package validator_test
3
import (
4
"fmt"
5
6
- "../validator"
+ "gopkg.in/bluesuncorp/validator.v6"
7
)
8
9
func ExampleValidate_new() {
0 commit comments