Versions in this module Expand all Collapse all v0 v0.1.1 Feb 1, 2022 v0.1.0 Feb 1, 2022 Changes in this version + type Map struct + func NewMap() Map + func (cm *Map) Delete(key string) + func (cm *Map) Get(key string) (interface{}, bool) + func (cm *Map) Set(key string, value interface{})