mirror of
https://github.com/romdo/go-validate.git
synced 2026-02-18 23:56:41 +00:00
464467ec86de60aefe6d2225671203872b9ad276
This is a bare-bones implementation of a basic validation package based
around a very simply Validatable interface:
type Validatable interface {
Validate() error
}
The goal is to keep things as simple as possible, while also giving as
much control as possible over how validation logic is performed.
Languages
Go
94%
Makefile
6%