spiegel_podman/pkg/api/handlers/compat
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
..
auth.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
changes.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
containers.go Merge pull request #26445 from aaron-ang/update-ulimit 2026-01-16 08:38:00 -05:00
containers_archive.go Revert "Fix copyUIDGID parameter inversion in Docker compat API" 2025-11-14 12:39:04 +01:00
containers_attach.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
containers_create.go Inline the initial slice into append 2026-02-11 11:41:10 -08:00
containers_export.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
containers_logs.go fix(logs): add tests for nanosecond precision in log timestamps 2025-12-06 12:17:39 +00:00
containers_pause.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
containers_prune.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
containers_restart.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
containers_start.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
containers_stats.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
containers_stats_freebsd.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
containers_stats_linux.go Remove ContainerStats.PerCPU: CGV1 only 2025-11-12 15:15:34 -05:00
containers_stop.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
containers_top.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
containers_unpause.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
events.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
exec.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
images.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
images_build.go Add POST /libpod/quadlets 2025-12-17 14:37:12 +01:00
images_history.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
images_prune.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
images_push.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
images_remove.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
images_save.go set !remote build tags where needed 2024-08-19 11:41:28 +02:00
images_search.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
images_tag.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
info.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
networks.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
ping.go compat: GET /_ping return Builder-Version: 1 2025-07-31 10:17:52 +02:00
resize.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
secrets.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
system.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
types.go run modernize -fix ./... 2025-09-10 16:17:04 +02:00
unsupported.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
version.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
volumes.go Bump Go version to v6 2025-10-23 11:00:15 -04:00