mirror of
https://github.com/containers/podman.git
synced 2026-01-27 15:29:00 -05:00
The documentation says > The new Buffer takes ownership of buf, and the > caller should not use buf after this call. so use the more directly applicable, and simpler, bytes.Reader instead, to avoid this potentially risky use. Signed-off-by: Miloslav Trmač <mitr@redhat.com>