Files
moby/distribution
Sebastiaan van Stijn 405ce2ef15 distribution/xfer: avoid allocations with bytes.NewBufferString (mirror)
distribution/xfer/download_test.go:196:22: avoid allocations with bytes.NewBufferString (mirror)
        return io.NopCloser(bytes.NewBuffer([]byte(d.id + d.id + d.id + d.id + d.id)))
                            ^

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-02-09 13:22:46 +01:00
..