/validator

💥 Easy an extensible validation package for golang

Primary LanguageGo

💥 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