You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the latest pull requests created a bug and it's impossible right now to fetch the govalidator package
go get -t ./...
# github.com/asaskevich/govalidator
../../asaskevich/govalidator/validator.go:1202:26: invalid argument customErrorMessage (type tagOption) for len
../../asaskevich/govalidator/validator.go:1225:45: cannot use customErrorMessage (type tagOption) as type string in argument to fmt.Errorf
../../asaskevich/govalidator/validator.go:1225:95: too few values in struct initializer
../../asaskevich/govalidator/validator.go:1228:127: too few values in struct initializer
../../asaskevich/govalidator/validator.go:1230:130: too few values in struct initializer
I have the exact same issue with a go get -u github.com/asaskevich/govalidator
The text was updated successfully, but these errors were encountered:
It seems that the latest pull requests created a bug and it's impossible right now to fetch the
govalidator
packageI have the exact same issue with a
go get -u github.com/asaskevich/govalidator
The text was updated successfully, but these errors were encountered: