From 1b01db9747d6482bf1fdc29bd4e7f4119608e98f Mon Sep 17 00:00:00 2001 From: Rob Figueiredo Date: Sun, 10 Aug 2014 22:49:30 -0400 Subject: [PATCH 1/2] add robfig/bind --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c892dd57..bf70de08 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [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. +* [bind](https://github.com/robfig/bind) - Bind form data to any Go values From ac42233a6343806491dae09ab091ef5989aa6ca3 Mon Sep 17 00:00:00 2001 From: Rob Figueiredo Date: Mon, 11 Aug 2014 09:42:24 -0400 Subject: [PATCH 2/2] Alphabetize --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf70de08..c0b6976b 100644 --- a/README.md +++ b/README.md @@ -165,9 +165,9 @@ 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. -* [bind](https://github.com/robfig/bind) - Bind form data to any Go values