spiegel_podman/pkg/api/handlers
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
..
compat Inline the initial slice into append 2026-02-11 11:41:10 -08:00
grpc Add a no-op GRPC responder service to the podman system service 2025-11-03 11:14:32 -05:00
libpod Add GET /quadlets/{name}/exists 2026-01-27 16:10:56 +01:00
swagger Add DELETE /libpod/quadlets 2026-01-15 12:10:32 +01:00
types Bump Go version to v6 2025-10-23 11:00:15 -04:00
utils Preallocate a slice 2026-02-11 11:41:10 -08:00
decoder.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
types.go Add ulimits to podman update API 2025-11-20 22:59:50 -08:00