# README
github.com/markbates/going/validate
This package has moved to https://github.com/markbates/validate.
# Packages
No description provided by the author
# Functions
NewErrors returns a pointer to a Errors object that has been primed and ready to go.
Validate takes in n number of Validator objects and will run them and return back a point to a Errors object that will contain any errors.
No description provided by the author
# Structs
Errors holds onto all of the error messages that get generated during the validation process.
# Interfaces
Validator must be implemented in order to pass the validator object into the Validate function.