From c7a3030d202fd9eb43a73cf51bf3791c8a84c184 Mon Sep 17 00:00:00 2001 From: Alex Browne Date: Mon, 20 Apr 2015 19:05:44 -0400 Subject: [PATCH] Add github.com/albrow/forms --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ed901a5..9eac3ad 100644 --- a/README.md +++ b/README.md @@ -278,6 +278,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno * [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. +* [forms](https://github.com/albrow/forms) - A framework-agnostic library for parsing and validating form/JSON data which supports multipart forms and files. * [nosurf](https://github.com/justinas/nosurf) - A CSRF protection middleware for Go.