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
2 files changed
tree: b0375bfd0460e4f7ce7cc4e05ef52b627f9ed0ae
  1. assert/
  2. internal/
  3. should/
  4. .gitignore
  5. .travis.yml
  6. collections.go
  7. collections_test.go
  8. CONTRIBUTING.md
  9. doc.go
  10. doc_test.go
  11. equal_method.go
  12. equal_method_test.go
  13. equality.go
  14. equality_diff.go
  15. equality_test.go
  16. filter.go
  17. go.mod
  18. LICENSE.md
  19. Makefile
  20. messages.go
  21. panic.go
  22. panic_test.go
  23. quantity.go
  24. quantity_test.go
  25. README.md
  26. serializer.go
  27. serializer_test.go
  28. strings.go
  29. strings_test.go
  30. time.go
  31. time_test.go
  32. type.go
  33. type_test.go
  34. utilities_for_test.go
README.md

SMARTY DISCLAIMER: Subject to the terms of the associated license agreement, this software is freely available for your use. This software is FREE, AS IN PUPPIES, and is a gift. Enjoy your new responsibility. This means that while we may consider enhancement requests, we may or may not choose to entertain requests at our sole and absolute discretion.

Build Status Code Coverage Go Report Card GoDoc