added forms section

checkGoreportcard
Thiago Avelino 10 years ago
parent eb672adbb9
commit 0d75310d22

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

Loading…
Cancel
Save