From 2369ffa85ca2b1151b3542d1f88a80685e5345ca Mon Sep 17 00:00:00 2001 From: joeybloggs Date: Mon, 13 Jun 2016 10:47:58 -0400 Subject: [PATCH] add form library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ac0fb574..d377abcb 100644 --- a/README.md +++ b/README.md @@ -389,6 +389,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [bind](https://github.com/robfig/bind) - Bind form data to any Go values * [binding](https://github.com/mholt/binding) - Binds form and JSON data from net/http Request to struct. * [conform](https://github.com/leebenson/conform) - Keeps user input in check. Trims, sanitizes & scrubs data based on struct tags. +* [form](https://github.com/go-playground/form) - decodes url.Values into struct, creating objects as necessary. Dual Array and Full map support. * [formam](https://github.com/monoculum/formam) - decode form's values into a struct. * [forms](https://github.com/albrow/forms) - A 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.