testing.T.Errorf (method, view implemented interface methods)

9 uses

	testing (current package)
		fuzz.go#L399: 			f.Errorf("communicating with fuzzing coordinator: %v", err)
		testing.go#L1211: func (c *common) Errorf(format string, args ...any) {
		testing.go#L1464: 					c.Errorf("TempDir RemoveAll cleanup: %v", err)
		testing.go#L1606: 		c.Errorf("disallowed whitespace in attribute key %q", key)
		testing.go#L1610: 		c.Errorf("disallowed newline in attribute value %q", value)
		testing.go#L1712: 		c.Errorf("race detected during execution of test")
		testing.go#L1913: 						t.Errorf("%v: subtest may have called FailNow on a parent test", err)
		testing.go#L1927: 			t.Errorf("%s%s\n%s\n", prefix, err, string(debug.Stack()))

	go.pact.im/x/plumb/internal/golden
		golden.go#L37: 		t.Errorf("output differs from golden %s:\n--- got ---\n%s\n--- want ---\n%s", path, got, want)