iris/i18n/internal/aliases.go
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{}