Closed
Description
Hello. Great library! I enjoy using it in my unit tests.
Just one request:
This program:
package main
import (
"fmt"
"github.com/google/go-cmp/cmp"
)
func main() {
fmt.Println(cmp.Diff(uint32(42), uint32(4)))
}
prints:
uint32(
- 0x2a,
+ 0x04,
)
this is hard to understand for humans. It would be nice if there was a mode to print these numbers in decimal form.
Metadata
Metadata
Assignees
Labels
No labels