We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b53a548 commit aa40c07Copy full SHA for aa40c07
1 file changed
diff_struct.go
@@ -71,6 +71,7 @@ func (d *Differ) diffStruct(path []string, a, b reflect.Value) error {
71
func (d *Differ) structValues(t string, path []string, a reflect.Value) error {
72
var nd Differ
73
nd.Filter = d.Filter
74
+ nd.customValueDiffers = d.customValueDiffers
75
76
if t != CREATE && t != DELETE {
77
return ErrInvalidChangeType
0 commit comments