mirror of
https://github.com/avelino/awesome-go.git
synced 2025-01-31 04:48:53 +00:00
Remove: mholt/binding (archived) (#5500)
This commit is contained in:
parent
354cc80aa0
commit
8653b3da43
@ -1193,7 +1193,6 @@ _Packages for accounting and finance._
|
|||||||
_Libraries for working with forms._
|
_Libraries for working with forms._
|
||||||
|
|
||||||
- [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.
|
|
||||||
- [checker](https://github.com/cinar/checker) - Checker helps validating user input through rules defined in struct tags or directly through functions.
|
- [checker](https://github.com/cinar/checker) - Checker helps validating user input through rules defined in struct tags or directly through functions.
|
||||||
- [conform](https://github.com/leebenson/conform) - Keeps user input in check. Trims, sanitizes & scrubs data based on struct tags.
|
- [conform](https://github.com/leebenson/conform) - Keeps user input in check. Trims, sanitizes & scrubs data based on struct tags.
|
||||||
- [form](https://github.com/go-playground/form) - Decodes url.Values into Go value(s) and Encodes Go value(s) into url.Values. Dual Array and Full map support.
|
- [form](https://github.com/go-playground/form) - Decodes url.Values into Go value(s) and Encodes Go value(s) into url.Values. Dual Array and Full map support.
|
||||||
|
Loading…
Reference in New Issue
Block a user