govalidator
Validator
Package of validators and sanitizers for strings, structs, and collections
[Go] Package of validators and sanitizers for strings, numerics, slices and structs
6k stars
93 watching
558 forks
Language: Go
last commit: 5 months ago
Linked from 2 awesome lists
gogovalidatorsanitizationvalidationvalidation-library
Related projects:
Repository | Description | Stars |
---|---|---|
go-playground/validator | Package provides a comprehensive validation framework for Go structs and fields | 17,080 |
go-ozzo/ozzo-validation | A validation package for Go that uses normal programming constructs to validate data and provides customizable error messages. | 3,795 |
thedevsaddam/govalidator | Validate golang request data with simple rules inspired by Laravel's request validation | 1,324 |
gobuffalo/validate | A Go package providing a framework for defining custom validators and built-in validation helpers for common data structures. | 95 |
gookit/validate | A comprehensive data validation and filtering tool for Go | 1,079 |
go-git/go-git | A high-level implementation of the Git version control system in Go | 6,070 |
twharmon/govalid | Struct validation using tags | 51 |
cinar/checker | A validation library for Go that helps ensure input data meets specific criteria using struct tags and standalone functions. | 10 |
markbates/goth | A framework for implementing multi-provider authentication in Go web applications | 5,682 |
guiferpa/gody | A lightweight struct validator for Go. | 91 |
google/go-github | Provides an interface to access the GitHub API v3 | 10,488 |
tiendc/go-validator | A fast and intuitive validation library for Go that uses pre-existing Is... functions from the govalidator project. | 22 |
spf13/pflag | Provides a drop-in replacement for Go's native flag package to support POSIX/GNU-style flags. | 2,441 |
fatih/gomodifytags | A tool to modify tags in Go structs | 2,290 |
nsqio/go-nsq | A Go package providing an official client library for interacting with NSQ clusters. | 2,598 |