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 8a9ed1f commit b5317c5Copy full SHA for b5317c5
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