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.
2 parents 556b9da + 4e2a13b commit 205b733Copy full SHA for 205b733
non-standard/validators/notblank.go
@@ -4,7 +4,7 @@ import (
4
"reflect"
5
"strings"
6
7
- "github.com/andreiavrammsd/validator"
+ "gopkg.in/go-playground/validator.v9"
8
)
9
10
// NotBlank is the validation function for validating if the current field
non-standard/validators/notblank_test.go
@@ -3,7 +3,7 @@ package validators
3
import (
"testing"
"gopkg.in/go-playground/assert.v1"
0 commit comments