How do I find which struct field is different when comparing two structs using reflect.DeepEqual(). When I print the struct values then I don't see any difference between the 2 struct values but still the reflect.DeepEqual() method returns false
reflect.DeepEqual()
And https://github.com/stretchr/testify/ does it out of the box, too.