Versions in this module Expand all Collapse all v1 v1.0.0 Oct 20, 2017 Changes in this version + func Clear() + func Copy(src map[string]interface{}) + func Get(key string) interface + func GetOK(key string) (value interface{}, ok bool) + func GoroutineID() uint64 + func Keys() []string + func RawMap() map[string]interface + func Remove(key string) + func Set(key string, value interface{}) + func Values() []interface