mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Merge pull request #752 from leebenson/master
adds `conform` to `Forms`
This commit is contained in:
commit
087c4d6bee
@ -369,6 +369,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
|||||||
|
|
||||||
* [bind](https://github.com/robfig/bind) - Bind form data to any Go values
|
* [bind](https://github.com/robfig/bind) - Bind form data to any Go values
|
||||||
* [binding](https://github.com/mholt/binding) - Binds form and JSON data from net/http Request to struct.
|
* [binding](https://github.com/mholt/binding) - Binds form and JSON data from net/http Request to struct.
|
||||||
|
* [conform](https://github.com/leebenson/conform) - Keeps user input in check. Trims, sanitizes & scrubs data based on struct tags.
|
||||||
* [formam](https://github.com/monoculum/formam) - decode form's values into a struct.
|
* [formam](https://github.com/monoculum/formam) - decode form's values into a struct.
|
||||||
* [forms](https://github.com/albrow/forms) - A framework-agnostic library for parsing and validating form/JSON data which supports multipart forms and files.
|
* [forms](https://github.com/albrow/forms) - A framework-agnostic library for parsing and validating form/JSON data which supports multipart forms and files.
|
||||||
* [gorilla/csrf](https://github.com/gorilla/csrf) - CSRF protection for Go web applications & services.
|
* [gorilla/csrf](https://github.com/gorilla/csrf) - CSRF protection for Go web applications & services.
|
||||||
|
Loading…
Reference in New Issue
Block a user