Versions in this module Expand all Collapse all v1 v1.48.2 Nov 21, 2023 Changes in this version + func Copy(dst, src interface{}) + func CopyOf(src interface{}) (dst interface{}) + func DeepEqual(a, b interface{}) bool + func Prettify(i interface{}) string + func SetValueAtPath(i interface{}, path string, v interface{}) + func StringValue(i interface{}) string + func ValuesAtPath(i interface{}, path string) ([]interface{}, error)