spiegel_podman/pkg/domain/infra
Kir Kolyshkin 030057aecd Preallocate a slice
When we already know the resulting slice size but still need/want to use
append, it makes sense to preallocate the slice by using make with the
capacity argument.

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
..
abi Preallocate a slice 2026-02-11 11:41:10 -08:00
tunnel Preallocate a slice 2026-02-11 11:41:10 -08:00
runtime_abi.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
runtime_libpod.go Remove CNI backend configuration from runtime 2026-01-27 16:32:38 +05:30
runtime_proxy.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
runtime_tunnel.go Bump Go version to v6 2025-10-23 11:00:15 -04:00