Versions in this module Expand all Collapse all v0 v0.0.22 Apr 29, 2025 v0.0.21 Apr 29, 2025 Changes in this version + var ByteSliceType = reflect.TypeOf([]byte(nil)) + func MakeDefault(t reflect.Type, opts MakeDefaultOptions) interface + type MakeDefaultOptions struct + DefaultValueProvider func(t reflect.Type) (val interface{}, ok bool)