mirror of
https://github.com/moby/moby.git
synced 2026-07-10 08:39:25 +00:00
container/stream/unbuffered_test.go:139:3: avoid allocations with (*bytes.Buffer).WriteString (mirror)
buf.Write([]byte(testLine + "\n"))
^
container/stream/unbuffered_test.go:142:2: avoid allocations with (*bytes.Buffer).WriteString (mirror)
buf.Write([]byte(testLine))
^
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>