MCPcopy Create free account
hub / github.com/DoNewsCode/core / testPrinter

Struct testPrinter

unierr/error_test.go:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44type testPrinter struct{}
45
46func (t testPrinter) Sprintf(msg string, val ...interface{}) string {
47 return strings.ToUpper(msg)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected