| 79 | } |
| 80 | |
| 81 | type writer struct { |
| 82 | w RawWriter |
| 83 | } |
| 84 | |
| 85 | // NewWriter returns an object that implements Writer and bridges to a RawWriter |
| 86 | func NewWriter(w RawWriter) Writer { |
nothing calls this directly
no outgoing calls
no test coverage detected