Fix ZeroProperties bug on nested interfaces
ZeroProperties was setting nested structs to their zero value, even if they contained an interface that should be recursed into, not replaced with nil.
Loading
Please register or sign in to comment
ZeroProperties was setting nested structs to their zero value, even if they contained an interface that should be recursed into, not replaced with nil.