validate

Validator

A comprehensive data validation and filtering tool for Go

⚔ Go package for data validation and filtering. support Map, Struct, Form data. Go通用的数据验证与过滤库,使用简单,内置大部分常用验证、过滤器,支持自定义验证器、自定义消息、字段翻译。

GitHub

1k stars
23 watching
116 forks
Language: Go
last commit: almost 2 years ago
Linked from 2 awesome lists

filtergovalidatorvalidatevalidationvalidatorverification

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
gobuffalo/validateA Go package providing a framework for defining custom validators and built-in validation helpers for common data structures.95
cinar/checkerA validation library for Go that helps ensure input data meets specific criteria using struct tags and standalone functions.10
twharmon/govalidStruct validation using tags51
tiendc/go-validatorA fast and intuitive validation library for Go that uses pre-existing Is... functions from the govalidator project.22
thedevsaddam/govalidatorValidate golang request data with simple rules inspired by Laravel's request validation1,324
guiferpa/godyA lightweight struct validator for Go.91
go-the-way/validatorA lightweight model validator written in Go.7
mccoyst/validateA tool to automatically validate fields with tags in Go programs61
gookit/filterA utility package for processing and transforming data in Golang applications.151
mwitkow/go-proto-validatorsAutomates validation of Go proto structs based on .proto annotations.1,088
jfilipczyk/gomatchA JSON matcher library that helps validate JSON responses by focusing on essential parts of the response47
roblaszczak/go-cleanarchA tool to validate and enforce Clean Architecture rules in Go projects885
marrow16/valixA package for validating API requests before they are processed by an application.29
boostport/addressA Go library for validating and formatting addresses using data from Google's Address Data Service.91
jgroeneveld/schemaExpresses validation rules for JSON data structures in a structured way21