gody
Struct Validator
A lightweight struct validator for Go.
A lightweight struct validator for Go
79 stars
1 watching
6 forks
Language: Go
last commit: 29 days ago
Linked from 2 awesome lists
gogolangstructstruct-tagsvalidatorvalidator-struct
Related projects:
Repository | Description | Stars |
---|---|---|
twharmon/govalid | Struct validation using tags | 46 |
gookit/validate | A comprehensive data validation and filtering tool for Go | 1,075 |
go-the-way/validator | A lightweight model validator written in Go. | 7 |
gobuffalo/validate | A Go package providing a framework for defining custom validators and built-in validation helpers for common data structures. | 94 |
cinar/checker | A validation library for Go that helps ensure input data meets specific criteria using struct tags and standalone functions. | 9 |
mwitkow/go-proto-validators | Automates validation of Go proto structs based on .proto annotations. | 1,089 |
tiendc/go-validator | A validation library for Go that provides a set of reusable validation functions and rules to validate data structures. | 15 |
thedevsaddam/govalidator | Validate golang request data with simple rules inspired by Laravel's request validation | 1,324 |
jgroeneveld/schema | Expresses validation rules for JSON data structures in a structured way | 21 |
funcool/struct | A library providing a way to validate the structure of data in Clojure applications. | 119 |
alexflint/go-arg | Provides a structured approach to parsing command-line arguments in Go | 2,032 |
roblaszczak/go-cleanarch | A tool to validate and enforce Clean Architecture rules in Go projects | 874 |
hlandau/passlib | A password validation library in Go inspired by Python's passlib. | 289 |
go-playground/validator | Provides a structured validation system for Go structs and individual fields | 16,892 |
faceair/jio | Provides a flexible and efficient way to validate JSON data in Go applications | 112 |