1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 02:17:05 +00:00
Files
kararas_iris/i18n/internal/aliases.go
Gerasimos (Makis) Maropoulos a8a3afea22 update dependencies
2025-08-15 23:29:20 +03:00

6 lines
127 B
Go

package internal
// Map is just an alias of the map[string]any type.
// Just like the iris.Map one.
type Map = map[string]any