func github.com/google/go-cmp/cmp.Diff

2 uses

	github.com/google/go-cmp/cmp (current package)
		compare.go#L112: func Diff(x, y interface{}, opts ...Option) string {

	golang.org/x/pkgsite/internal/testing/testhelper
		testhelper.go#L154: 		if diff := cmp.Diff(want, got); diff != "" {