Versions in this module Expand all Collapse all v1 v1.0.0 Apr 26, 2021 Changes in this version + func Expand(m map[string]string, key string) interface + type Map map[string]string + func Flatten(thing map[string]interface{}) Map + func (m Map) Contains(key string) bool + func (m Map) Delete(prefix string) + func (m Map) Keys() []string + func (m Map) Merge(m2 Map)