go-cmp v0.3.1 Release Notes

Release Date: 2019-08-07 // over 4 years ago
  • ๐Ÿ›  Minor reporter fixes:

    • ๐Ÿ›  (#142) Fixed reporter to invoke the String method when formatting map keys.
    • ๐Ÿ›  (#148) Fixed reporter to properly elide a struct field on the right side if it is a zero value.
    • ๐Ÿ›  (#147) Fixed reporter to avoid diffing by lines if any line exceeds a certain maximum length.
    • (#152) Fixed reporter to properly treat -0.0 as not being the zero value.