Skip to content
/ valpar Public

Value Parser by aah framework

License

Notifications You must be signed in to change notification settings

go-aah/valpar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Value Parser Library by aah framework

Build Status Code Coverage Go Report Card Release Version Godoc Twitter @aahframework

Value Parser houses Parse & bind parameters for Controller Action and Validator (internally aah uses github.com/go-playground/validator.v9 library developed by Dean Karn). Also It sanitizes the string values to prevent XSS attacks.

News

  • v0.4.0 released and tagged on Jun 17, 2018.

Installation

go get -u aahframework.org/valpar.v0

Visit official website https://aahframework.org to learn more about aah framework.