Added form binding and AWS signing packages

checkGoreportcard
Matt Holt 10 years ago
parent 1ffe29c53f
commit 0fcfbf6ffc

@ -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.

Loading…
Cancel
Save