From 70ccc5237901ff1576533d5f24b6eb7e916fd25a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Belicza?= Date: Fri, 9 Sep 2016 04:30:48 +0200 Subject: [PATCH] Added session. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d1e2b12e..a8d9c62e 100644 --- a/README.md +++ b/README.md @@ -1117,6 +1117,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [Revel](https://github.com/revel/revel) - A high-productivity web framework for the Go language. * [rex](https://github.com/goanywhere/rex) - Rex is a library for modular development built upon gorilla/mux, fully compatible with `net/http`. * [sawsij](http://sawsij.com/) - lightweight, open-source web framework for building high-performance, data-driven web applications. +* [session](https://github.com/icza/session) - Go session management for web servers (including support for Google App Engine - GAE). * [Siesta](https://github.com/VividCortex/siesta) - Composable framework to write middleware and handlers * [tango](https://github.com/lunny/tango) - Micro & pluggable web framework for Go. * [tigertonic](https://github.com/rcrowley/go-tigertonic) - A Go framework for building JSON web services inspired by Dropwizard