Documentation ¶ Index ¶ func ToLower(m map[string]interface{}) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ToLower ¶ func ToLower(m map[string]interface{}) ToLower makes all the keys in the given map lower cased and will do so recursively. Notes: * This will modify the map given. * Any nested map[interface{}]interface{} will be converted to map[string]interface{}. Types ¶ This section is empty. Source Files ¶ View all Source files maps.go Click to show internal directories. Click to hide internal directories.