mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
627a06ad92
Using fmt.Errorf for errors that do not have %-style formatting directives is an overkill. Switch to errors.New. Found by git grep fmt.Errorf | grep -v ^vendor | grep -v '%' Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>