summaryrefslogtreecommitdiff
path: root/vendor/gopkg.in/go-playground/validator.v9/util.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gopkg.in/go-playground/validator.v9/util.go')
-rw-r--r--vendor/gopkg.in/go-playground/validator.v9/util.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/gopkg.in/go-playground/validator.v9/util.go b/vendor/gopkg.in/go-playground/validator.v9/util.go
index a01d4b1..16a5517 100644
--- a/vendor/gopkg.in/go-playground/validator.v9/util.go
+++ b/vendor/gopkg.in/go-playground/validator.v9/util.go
@@ -80,7 +80,7 @@ BEGIN:
typ := current.Type()
fld := namespace
- ns := namespace
+ var ns string
if typ != timeType {