spiegel_podman/pkg/util
Philip Dubé 522934d5cf Replace strings.SplitN with strings.Cut
Cut is a cleaner & more performant api relative to SplitN(_, _, 2) added in go 1.18

Previously applied this refactoring to buildah:
https://github.com/containers/buildah/pull/5239

Signed-off-by: Philip Dubé <philip@peerdb.io>
2024-01-11 13:50:15 +00:00
..
camelcase Fix typos 2023-02-11 18:23:24 +01:00
filters.go Replace strings.SplitN with strings.Cut 2024-01-11 13:50:15 +00:00
filters_test.go filters: use new FilterID function from c/common 2023-06-13 17:49:41 +02:00
kube.go play kube: Allow the user to import the contents of a tar file into a volume 2022-10-25 15:11:25 +03:00
mountOpts.go Replace strings.SplitN with strings.Cut 2024-01-11 13:50:15 +00:00
mountOpts_linux.go Turn off 'noexec' option by default for named volumes 2020-05-20 16:48:20 -04:00
mountOpts_other.go chore: delete obsolete // +build lines 2024-01-04 11:53:38 +02:00
utils.go Replace strings.SplitN with strings.Cut 2024-01-11 13:50:15 +00:00
utils_darwin.go chore: delete obsolete // +build lines 2024-01-04 11:53:38 +02:00
utils_freebsd.go chore: delete obsolete // +build lines 2024-01-04 11:53:38 +02:00
utils_linux.go inspect: ignore ENOENT during device lookup 2023-10-04 13:26:21 +02:00
utils_linux_test.go Match VT device paths to be blocked from mounting exactly 2023-01-28 05:18:40 -05:00
utils_supported.go chore: delete obsolete // +build lines 2024-01-04 11:53:38 +02:00
utils_test.go Merge pull request #21172 from cgwalters/machine-use-datadir 2024-01-05 17:52:15 +00:00
utils_unsupported.go chore: delete obsolete // +build lines 2024-01-04 11:53:38 +02:00
utils_windows.go chore: delete obsolete // +build lines 2024-01-04 11:53:38 +02:00