Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jubaerhossain/validation

Go validation package is a package for validating Go structs and their fields based on configurable tags. The package offers various validation rules such as required, email, max, min, and many more to validate the fields of the struct. The package provides a simple and efficient way to validate data before inserting it into the database or using
https://github.com/jubaerhossain/validation

go go-validation go-validator golang-validation graphql-validation graphql-validator validation

Last synced: 5 days ago
JSON representation

Go validation package is a package for validating Go structs and their fields based on configurable tags. The package offers various validation rules such as required, email, max, min, and many more to validate the fields of the struct. The package provides a simple and efficient way to validate data before inserting it into the database or using

Awesome Lists containing this project