mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
pkg/tailfile/tailfile_test.go:149:16: avoid allocations with (*os.File).WriteString (mirror)
if _, err := f.Write([]byte("tailfile pretty interesting line\n")); err != nil {
^
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>