| 611 | func (myStringer) String() string { return "mystringer" } |
| 612 | |
| 613 | type myErrorStringer struct{} |
| 614 | |
| 615 | func (myErrorStringer) Error() string { return "err" } |
| 616 | func (myErrorStringer) String() string { return "str" } |
nothing calls this directly
no outgoing calls
no test coverage detected