Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Impossible to go get the package #295

Closed
antho1404 opened this issue Jul 20, 2018 · 4 comments
Closed

Impossible to go get the package #295

antho1404 opened this issue Jul 20, 2018 · 4 comments

Comments

@antho1404
Copy link

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

@jamiekurtz
Copy link

+1

@asaskevich
Copy link
Owner

@antho1404 @jamiekurtz I reverted #286 now it should be fine

@jamiekurtz
Copy link

Thanks, that fixed it.

@antho1404
Copy link
Author

Perfect, that was fast 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants