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

Method Errorf

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

Source from the content-addressed store, hash-verified

128type fakeT struct{}
129
130func (t fakeT) Errorf(format string, args ...interface{}) { fmt.Printf(format+"\n", args...) }

Callers 10

TestOptionsFunction · 0.45
TestPanicFunction · 0.45
canonicalNameFunction · 0.45
TestNameOfFunction · 0.45
TestDifferenceFunction · 0.45
testStringsFunction · 0.45
TestResultFunction · 0.45
TestTypeStringFunction · 0.45
TestSortKeysFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected