()
| 111 | |
| 112 | func newStringer(s string) fmt.Stringer { return (*Stringer)(&s) } |
| 113 | func (s Stringer) String() string { return string(s) } |
| 114 | |
| 115 | type test struct { |
| 116 | label string // Test name |
nothing calls this directly
no outgoing calls
no test coverage detected