spiegel_podman/pkg/specgen/generate/kube
Kir Kolyshkin b046387979 Inline the initial slice into append
Instead of creating a slice and then appending to it, let's inline the
initial slice into append. This may or may not result in less slice
reallocations, but it is silencing the prealloc linter warnings.

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
..
kube.go Inline the initial slice into append 2026-02-11 11:41:10 -08:00
kube_test.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
play_test.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
seccomp.go pkg/specgen/generate/kube: nolint and FIXMEs for seccomp deprecations 2025-11-12 15:35:30 -05:00
volume.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
volume_test.go Bump Go version to v6 2025-10-23 11:00:15 -04:00