Registry / utility / markbates-validate

markbates-validate

JSON →
library1.0.0gogounverified

Validation library for Go structs.

go get github.com/markbates/validate
INSTALL
IMPORT
SIG · MARKBATES-VALIDATE
M
markbates-validate
utilitygov1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

validate
github.com/markbates/validate

Validates struct fields with custom rules.

package main import ( "github.com/markbates/validate" ) func main() { v := validate.New() v.Required("name", "John") _ = v }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
markbates-validate — go get markbates-validate · libregistry