Michael Altenhofen
Michael Altenhofen
Unfortunately, `WriteTo` is already taken, defined in `stream.go`, which, btw, does use `Writer` and not `WriterTo` as an argument. So, what about `MarshalTo(w io.Writer)`?
I'm not sure what the "right" name for such a function would be, but maybe I just shortly recap what my initial idea was: I'm using the library within a...
Any update on this?
If I'm not completely mistaken, this reminds me of what [OpenTracing](http://opentracing.io) is trying to address, i.e. have a transactional view on operations or requests that travel through a distributed system....