Package cmp provides a powerful and flexible comparison of Go values, useful for testing.
go get github.com/google/go-cmpNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Compare two slices and print the difference.
Pass cmp.AllowUnexported(MyStruct{}) to cmp.Diff or cmp.Equal.No dependency data recorded yet.