From 0fcfbf6ffcadfb24b4a97452cd9dac08f8c72b9f Mon Sep 17 00:00:00 2001 From: Matt Holt Date: Sun, 6 Jul 2014 19:44:14 -0600 Subject: [PATCH] Added form binding and AWS signing packages --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index defc03f..1533f45 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw *Libraries for working with forms.* * [nosurf](https://github.com/justinas/nosurf) - A CSRF protection middleware for Go. +* [binding](https://mholt.github.io/binding) - Binds form and JSON data from net/http Request to struct. ## Authentication and OAuth @@ -261,6 +262,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw * [Docker](http://www.docker.com/) - An open platform for distributed applications for developers and sysadmins. * [juju](https://juju.ubuntu.com/) - Automate your cloud infrastructure +* [Go-AWS-Auth](https://github.com/smartystreets/go-aws-auth) - AWS (Amazon Web Services) request signing library * [tsuru](http://www.tsuru.io/) - An extensible and open source Platform as a Service software. * [Gogs](http://gogs.io/) - A Self Hosted Git Service in the Go Programming Language. * [Circuit](https://github.com/gocircuit/circuit) - Circuit is a programmable platform-as-a-service (PaaS) and/or Infrastructure-as-a-Service (IaaS), for management, discovery, synchronization and orchestration of services and hosts comprising cloud applications.