1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-20 03:17:04 +00:00

add an example for sessions + view data as requested

This commit is contained in:
Gerasimos (Makis) Maropoulos
2020-11-02 18:46:38 +02:00
parent f1ebddb6d9
commit ed38047385
9 changed files with 241 additions and 12 deletions

View File

@@ -0,0 +1,10 @@
module myapp
go 1.15
require (
github.com/kataras/iris/v12 v12.2.0-alpha.0.20201031040657-23d4c411cadb
github.com/google/uuid v1.1.2
)
replace github.com/kataras/iris/v12 => ../../../../