Go library for HTTP form parsing

Bozhin Zafirov 2c1a1ef523 Remove ValidRequired and implement AddValidator and AddError functions. 4 時間 前
templates 9f15d93e05 Various improvements: 6 日 前
.gitignore e624888d6a Initial commit 9 年 前
LICENSE 0ef53df57c Update comments. 3 年 前
README.md 5537c7ad54 initial import 9 年 前
constructors.go e5d6d3719f Rename module to forms. 1 日 前
csrf.go e5d6d3719f Rename module to forms. 1 日 前
errors.go e5d6d3719f Rename module to forms. 1 日 前
forms.go 2c1a1ef523 Remove ValidRequired and implement AddValidator and AddError functions. 4 時間 前
go.mod e5d6d3719f Rename module to forms. 1 日 前
go.sum e5d6d3719f Rename module to forms. 1 日 前
validate.go e5d6d3719f Rename module to forms. 1 日 前
validators.go 2c1a1ef523 Remove ValidRequired and implement AddValidator and AddError functions. 4 時間 前

README.md

forms

A golang library for HTTP form parsing.