github go-playground/validator v5
Release 5

latest releases: v10.20.0, v10.19.0, v10.18.0...
9 years ago

renamed repo from go-validate-yourself to validator for better go package and library naming ( more idiomatic )
updated function name to be more go idiomatic for example instead of ValidateStruct it's just Struct

example: validate := validator.New("validate", validator.BakedInFunctions)
validate.Struct(struct)
validate.Field(field, tag)
validate.FieldWithValue(field, value, tag)

I hope this change isn't too disruptive, but believe these changes were needed for a truly production and community ready library.

Don't miss a new validator release

NewReleases is sending notifications on new releases.