5 lines
95 B
Go
5 lines
95 B
Go
|
package config
|
||
|
|
||
|
// Map is an alias for map[string]interface{}.
|
||
|
type Map map[string]interface{}
|