# README
Usage
func GetValidator() validation.Validator {
return goplayaround.NewGpValidator()
}
var request interface{}
err := h.validation.Validate(request)
if err != nil {
// handle errors
}
# Functions
No description provided by the author
No description provided by the author
# Structs
No description provided by the author