mirror of
https://github.com/avelino/awesome-go.git
synced 2026-04-11 02:11:43 +08:00
add roamer for forms
This commit is contained in:
parent
a9e45758c2
commit
df3b620f4d
@ -1216,6 +1216,7 @@ _Libraries for working with forms._
|
||||
- [nosurf](https://github.com/justinas/nosurf) - CSRF protection middleware for Go.
|
||||
- [qs](https://github.com/sonh/qs) - Go module for encoding structs into URL query parameters.
|
||||
- [queryparam](https://github.com/tomwright/queryparam) - Decode `url.Values` into usable struct values of standard or custom types.
|
||||
- [roamer](https://github.com/slipros/roamer) - Eliminates boilerplate code for parsing HTTP requests by binding cookies, headers, query params, path params, body to structs and more by using simple tags.
|
||||
|
||||
**[⬆ back to top](#contents)**
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user