From 0d75310d22d261c738828b060fad5b1ae0bee37c Mon Sep 17 00:00:00 2001 From: Thiago Avelino Date: Sun, 6 Jul 2014 15:47:13 -0300 Subject: [PATCH] added forms section --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 34890052..a7d099fc 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw - [Web Frameworks](#web-frameworks) - [Middlewares](#middlewares) - [Template Engine](#template-engine) + - [Forms](#forms) - [Authentication and OAuth](#authentication-and-oauth) - [Database](#database) - [Database Drivers](#database-drivers) @@ -55,6 +56,14 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw * [Pongo](https://github.com/flosch/pongo) - A Django-like template engine for Go. * [Soy](https://github.com/robfig/soy) - Closure templates (aka Soy templates) for Go, following the [official spec](https://developers.google.com/closure/templates/) + +## Forms + +*Libraries for working with forms.* + +* [nosurf](https://github.com/justinas/nosurf) - A CSRF protection middleware for Go. + + ## Authentication and OAuth *Libraries for implementing authentications schemes.*