Go library for HTTP form parsing

Bozhin Zafirov 9c7adcba22 Return a more descriptive error message in integer range validation. 2 년 전
.gitignore e624888d6a Initial commit 8 년 전
LICENSE 0ef53df57c Update comments. 2 년 전
README.md 5537c7ad54 initial import 8 년 전
constructors.go 09944b89d7 Add label and html class fields in FormField. 2 년 전
errors.go 0ef53df57c Update comments. 2 년 전
forms.go 09944b89d7 Add label and html class fields in FormField. 2 년 전
validate.go 09944b89d7 Add label and html class fields in FormField. 2 년 전
validators.go 9c7adcba22 Return a more descriptive error message in integer range validation. 2 년 전

README.md

forms

A golang library for HTTP form parsing.