diff --git a/README.md b/README.md index 3d3f6549..6c4c67da 100644 --- a/README.md +++ b/README.md @@ -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)**