mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
814f3ae1d9
Possibly there was a specific reason to use a rune for this, but I noticed that there's various parts in the code that has to convert values from a string to this type. Using a string as type for this can simplify some of that code. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>