4 lines
125 B
Go
4 lines
125 B
Go
// Package validate contains reusable validation helpers and an error collector
|
|
// for API and form inputs.
|
|
package validate
|