spiegel_podman/pkg/emulation
Kir Kolyshkin 38f6bf07cc pkg/emulation: remove slice copying
Copying the slice is not necessary here since registeredBinfmtMisc
always creates the slice from scratch.

This commit is part of series fixing issues reported by prealloc linter
from golangci-lint v2.8.0.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2026-02-11 11:41:10 -08:00
..
binfmtmisc_linux.go fix(emulation): handle fs.ErrNotExist in registeredBinfmtMisc 2025-09-11 16:56:13 +08:00
binfmtmisc_linux_test.go chore: delete obsolete // +build lines 2024-01-04 11:53:38 +02:00
binfmtmisc_other.go chore: delete obsolete // +build lines 2024-01-04 11:53:38 +02:00
elf.go pkg/emulation: add linux build tag for elf 2025-04-02 13:35:14 -07:00
emulation.go pkg/emulation: remove slice copying 2026-02-11 11:41:10 -08:00