mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-09 07:21:43 +00:00
Some calls like json.Encoder.Encode mask the number of bytes written to an io.Writer. The solution provides a wrapper io.Writer around the actual io.Writer that allows multiple calls to Write to be considered as one and allow access to this count. Signed-off-by: Pierre Wacrenier <pierre.wacrenier@gmail.com>