MyBuilder is a custom version of the `strings.Builder` type.
| 4 | |
| 5 | // MyBuilder is a custom version of the `strings.Builder` type. |
| 6 | type MyBuilder struct { |
| 7 | Contents strings.Builder |
| 8 | } |
nothing calls this directly
no outgoing calls
no test coverage detected