Closed geritol closed 1 year ago
When embeding struct within struct, there are no diffs reported
Example reporduction: https://github.com/r3labs/diff/compare/master...geritol:diff:bug-reproduction
issue was that the field containing the struct was private. Diffing non struct private fields (tested int and string) works.
When embeding struct within struct, there are no diffs reported
Example reporduction: https://github.com/r3labs/diff/compare/master...geritol:diff:bug-reproduction