package
0.0.10
Repository: https://github.com/kingstonduy/go-core.git
Documentation: pkg.go.dev

# 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