mirror of
https://github.com/containerd/containerd.git
synced 2026-07-08 15:50:05 +00:00
`copy` permits using to mix `[]byte` and `string` arguments without explicit conversion. I removed explicit conversion to make the code simpler. Signed-off-by: Iskander Sharipov <quasilyte@gmail.com>