From 8a1c0cc07bb730ea3bfce1a4db962962627aa79f Mon Sep 17 00:00:00 2001 From: dashaus Date: Mon, 24 Nov 2014 18:53:53 +0000 Subject: [PATCH] add formam to the "Forms" section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 36dc1c4f..b9f4447a 100644 --- a/README.md +++ b/README.md @@ -197,6 +197,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. +* [formam](https://github.com/monoculum/formam) - decode form's values into a struct. * [nosurf](https://github.com/justinas/nosurf) - A CSRF protection middleware for Go.