add Xtractr

This commit is contained in:
Quinn Millican 2023-01-28 12:32:47 -06:00
parent 87329dead3
commit 4c4876a213

View File

@ -1090,6 +1090,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.
- [xtractr](https://github.com/syke99/xtractr) - Unmarshal both path and query parameters directly to structs, including time, sql.Null* (except for sql.NullByte), and nested struct fields
**[⬆ back to top](#contents)**