MCPcopy
hub / github.com/google/go-cmp / String

Method String

cmp/example_reporter_test.go:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34}
35
36func (r *DiffReporter) String() string {
37 return strings.Join(r.diffs, "\n")
38}
39
40func ExampleReporter() {
41 x, y := MakeGatewayInfo()

Callers 1

ExampleReporterFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected