Skip to content

A validation engine, written by a beginner, in golang.

Notifications You must be signed in to change notification settings

TobiOkanlawon/go-sanatio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-sanatio

Go-sanatio is a lightweight validation library written in Golang.

I began it as a way to validate a simple web application that I was making.

Implementation

Go-sanatio is implemented a validation chain. You create a validator and then tack on the validations you want onto the validation chain.

Roadmap

  • Early returns. It'll be really nice to have early returns. The ability to have the validation stop if it fails at any point.

  • More kinds of inbuilt validators. We currently only have strings, but that's because that's what I am working with currently. As I get more use cases, I will make more validators

About

A validation engine, written by a beginner, in golang.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages