mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
055041e874
Using strings.CutPrefix (available since Go 1.20) instead of strings.HasPrefix and/or strings.TrimPrefix makes the code a tad more straightforward. No functional change. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>