1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-04 10:47:20 +00:00
This commit is contained in:
Makis Maropoulos
2016-05-31 11:05:42 +03:00
parent c26668a489
commit 31cbd50fb0
18 changed files with 177 additions and 67 deletions

View File

@@ -12,6 +12,7 @@ func init() {
}
var (
// Provider the memory provider
Provider = sessions.NewProvider("memory")
)