mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-15 12:07:53 +00:00
This commit modernizes the codebase by replacing older, reflection-based sort.Slice and sort.SliceIsSorted calls with the modern slices.Sort and slices.SortFunc introduced in Go 1.21. This provides better performance and type safety by utilizing generics rather than runtime reflection. Signed-off-by: Vishnu Kothakapu <vishnukothakapu27@gmail.com> |
||
|---|---|---|
| .. | ||
| rootless.go | ||
| rootless_freebsd.c | ||
| rootless_freebsd.go | ||
| rootless_linux.c | ||
| rootless_linux.go | ||
| rootless_test.go | ||
| rootless_unsupported.go | ||