From 1a0f25bcb67d3714cb29a46764898fbc870a4da4 Mon Sep 17 00:00:00 2001 From: Tom Wright Date: Fri, 13 Dec 2019 16:09:34 +0000 Subject: [PATCH] Add queryparam package to readme. (#2855) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0d487019..e8b1d831 100644 --- a/README.md +++ b/README.md @@ -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