mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
added forms section
This commit is contained in:
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)
|
- [Web Frameworks](#web-frameworks)
|
||||||
- [Middlewares](#middlewares)
|
- [Middlewares](#middlewares)
|
||||||
- [Template Engine](#template-engine)
|
- [Template Engine](#template-engine)
|
||||||
|
- [Forms](#forms)
|
||||||
- [Authentication and OAuth](#authentication-and-oauth)
|
- [Authentication and OAuth](#authentication-and-oauth)
|
||||||
- [Database](#database)
|
- [Database](#database)
|
||||||
- [Database Drivers](#database-drivers)
|
- [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.
|
* [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/)
|
* [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
|
## Authentication and OAuth
|
||||||
|
|
||||||
*Libraries for implementing authentications schemes.*
|
*Libraries for implementing authentications schemes.*
|
||||||
|
Loading…
Reference in New Issue
Block a user