1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-20 11:27:06 +00:00
Files
kararas_iris/i18n/internal/aliases.go
Gerasimos (Makis) Maropoulos 4065819688 New: i18n pluralization and variables support and more...
fixes: #1649, #1648, #1641, #1650

relative to: #1597
2020-09-29 19:19:19 +03:00

6 lines
143 B
Go

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