Versions in this module Expand all Collapse all v2 v2.33.1 Oct 19, 2019 Changes in this version + 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)