Add sonh/qs (#3299)

This commit is contained in:
Son Huynh 2020-10-15 14:35:27 +07:00 committed by GitHub
parent ca3d6d7366
commit 41e4ef720b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -776,6 +776,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.
* [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.
## Functional