Fix the import path for non-standard validators

Issue [#521](https://github.com/go-playground/validator/issues/521)
pull/522/head
Talha Ansari 5 years ago committed by GitHub
parent 556b9da3c0
commit 2367d307c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      non-standard/validators/notblank.go

@ -4,7 +4,7 @@ import (
"reflect"
"strings"
"github.com/andreiavrammsd/validator"
"gopkg.in/go-playground/validator.v9"
)
// NotBlank is the validation function for validating if the current field

Loading…
Cancel
Save