5 lines
102 B
Go
5 lines
102 B
Go
|
package config
|
||
|
|
||
|
// Values is a shortcut for map[string]interface{}
|
||
|
type Values map[string]interface{}
|