Skip to content

πŸ’₯ Easy an extensible validation package for golang

Notifications You must be signed in to change notification settings

gobigbang/validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ’₯ GoBigBang Validation

πŸš€ Validation ready to go!

Easy and extensible validation for golang


πŸ’₯ Table of contents

  1. Introduction
  2. Concepts
  3. Installation
  4. Quick start
  5. Examples
  6. Available rules
  7. Internationalization
  8. Custom rules

πŸ’₯ Introduction

TODO


πŸ’₯ Concepts

TODO


πŸ’₯ Installation

Install the package using go get

go get github.com/gobingbang/validator

πŸ’₯ Quick start

TODO


πŸ’₯ Examples

TODO


πŸ’₯ Available Rules

The package comes with a set of builtin rules

# required

The field must be present but can be the zero value for the type (except null)

# not_zero

The field is required and cannot be the zero value for the type


πŸ’₯ Custom rules

TODO


πŸ’₯ Internazionalization

TODO