1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-22 04:17:03 +00:00
This commit is contained in:
Makis Maropoulos
2016-07-08 19:41:50 +02:00
parent 52099314e6
commit 6761d58e53
4 changed files with 21 additions and 8 deletions

View File

@@ -78,6 +78,7 @@ var (
type (
// Map is just a conversion for a map[string]interface{}
// should not be used inside Render when PongoEngine is used.
Map map[string]interface{}
// Context is resetting every time a request is coming to the server
// it is not good practice to use this object in goroutines, for these cases use the .Clone()