Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.61 KB

File metadata and controls

21 lines (15 loc) · 1.61 KB

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.