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

Method Errorf

cmp/example_test.go:380–380  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

378type fakeT struct{}
379
380func (t fakeT) Errorf(format string, args ...interface{}) { fmt.Printf(format+"\n", args...) }

Callers 1

ExampleDiff_testingFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected