package maps

import "github.com/gohugoio/hugo/common/maps"

Index

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{}.

Source Files

maps.go

Version
v0.42.2
Published
Jun 28, 2018
Platform
windows/amd64
Imports
2 packages
Last checked
25 minutes ago

Tools for package owners.