From 41e4ef720b9b3010dbd9e6e01305a975fd1dbd7d Mon Sep 17 00:00:00 2001 From: Son Huynh Date: Thu, 15 Oct 2020 14:35:27 +0700 Subject: [PATCH] Add sonh/qs (#3299) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 721cca6a..7bcb4ba9 100644 --- a/README.md +++ b/README.md @@ -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