Add queryparam package to readme. (#2855)

This commit is contained in:
Tom Wright 2019-12-13 16:09:34 +00:00 committed by Andy Pan
parent d1c74d1384
commit 1a0f25bcb6

View File

@ -712,6 +712,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [forms](https://github.com/albrow/forms) - 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.
* [nosurf](https://github.com/justinas/nosurf) - CSRF protection middleware for Go.
* [queryparam](https://github.com/tomwright/queryparam) - Decode `url.Values` into usable struct values of standard or custom types.
## Functional