mirror of
https://github.com/kataras/iris.git
synced 2026-07-31 08:29:50 +00:00
update dependencies
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
package internal
|
||||
|
||||
// Map is just an alias of the map[string]interface{} type.
|
||||
// Map is just an alias of the map[string]any type.
|
||||
// Just like the iris.Map one.
|
||||
type Map = map[string]interface{}
|
||||
type Map = map[string]any
|
||||
|
||||
Reference in New Issue
Block a user