mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
fdf4e90e89
The error returned from strconv.ParseUint is already pretty descriptive, something like: strconv.ParseUint: parsing "000d": invalid syntax So, there is no need to add more context to it. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>