| commit | 0be4a08f901c0a14eae6053a2f7d45fd8eb07e19 | [log] [tgz] |
|---|---|---|
| author | Michael Whatcott <[email protected]> | Mon Apr 03 17:21:37 2023 |
| committer | Michael Whatcott <[email protected]> | Mon Apr 03 17:21:37 2023 |
| tree | b0375bfd0460e4f7ce7cc4e05ef52b627f9ed0ae | |
| parent | 6f321a39d09d75826400e1c7cfa4239667a7056f [diff] |
Test case added in a83f75f3 is sufficient documentation. > Render doesn't show the types of fields, so something like int(5) will appear the same as int64(5), but they will cause DeepEquals to return false. This message at least makes it clear why there appears to be no diff. A better solution would be to have the diff look for where the two items actually differ, e.g. through something like https://github.com/go-test/deep See PR #51 and Issue #50