containerd/windows
John Starks 6daf8b7782 Eliminate misuses of errors.Wrapf
In many cases code is calling errors.Wrapf with an arbitrary string
instead of a format string. This causes confusing errors when the
wrapped error message contains '%' characters.

This change replaces such calls with calls to errors.Wrap.

Signed-off-by: John Starks <jostarks@microsoft.com>
2018-11-29 14:26:53 -08:00
..
hcsshimtypes Fix options ordering in proto api txt files 2018-07-16 16:32:38 -07:00
hcsshim.go Licence header added 2018-02-19 10:32:26 +09:00
io.go Eliminate misuses of errors.Wrapf 2018-11-29 14:26:53 -08:00
pid_pool.go Licence header added 2018-02-19 10:32:26 +09:00
process.go Fix compilation failures on Go 1.11 2018-07-23 20:01:56 +02:00
runtime.go Runtime v2 2018-07-17 10:21:29 -04:00
task.go Fix compilation failures on Go 1.11 2018-07-23 20:01:56 +02:00