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
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