package
1.2.1
Repository: https://github.com/daewu14/golang-base.git
Documentation: pkg.go.dev

# Functions

FormattedError : to generate format error message.
FormattedErrors : to generate format error messages.
ValidateStruct : to validate struct.
ValidateStructFormatted : to validate struct with formatted error message.
ValidateStructFormattedErrors : to validate struct with formatted error messages.
Validator : main method of validator.