使用reflect.DeepEqual查找哪个结构字段不相等

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