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