Merge pull request #161 from robfig/patch-2

Add robfig/bind
This commit is contained in:
Thiago Avelino 2014-08-11 10:50:53 -03:00
commit bb89223efa

View File

@ -165,6 +165,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
*Libraries for working with forms.*
* [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.
* [nosurf](https://github.com/justinas/nosurf) - A CSRF protection middleware for Go.