Files
runc/libcontainer/configs
Kir Kolyshkin 627a06ad92 Replace fmt.Errorf w/o %-style to errors.New
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>
2021-06-22 11:42:07 -07:00
..
2021-06-03 10:40:55 -07:00
2021-06-01 12:17:27 -07:00
2021-06-01 12:17:27 -07:00
2021-03-09 10:07:11 +00:00