Versions in this module Expand all Collapse all v2 v2.6.5 Mar 21, 2024 v2.6.4 Mar 19, 2024 Changes in this version + func ValueToInterface(v reflect.Value) (value interface{}, ok bool) + type OriginTypeAndKindOutput struct + InputKind reflect.Kind + InputType reflect.Type + OriginKind reflect.Kind + OriginType reflect.Type + func OriginTypeAndKind(value interface{}) (out OriginTypeAndKindOutput) + type OriginValueAndKindOutput struct + InputKind reflect.Kind + InputValue reflect.Value + OriginKind reflect.Kind + OriginValue reflect.Value + func OriginValueAndKind(value interface{}) (out OriginValueAndKindOutput)