aliases.go 143 B

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