containerd/plugin
Sebastiaan van Stijn dc92ad6520
Replace errors.Cause() with errors.Is()
Dependencies may be switching to use the new `%w` formatting
option to wrap errors; switching to use `errors.Is()` makes
sure that we are still able to unwrap the error and detect the
underlying cause.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-05-08 14:36:45 +02:00
..
context.go Allow explicit configuration of TTRPC address 2019-08-22 00:56:27 -07:00
plugin_go18.go Fix build with gccgo 2020-01-07 19:28:26 +08:00
plugin_other.go Fix build with gccgo 2020-01-07 19:28:26 +08:00
plugin.go Replace errors.Cause() with errors.Is() 2020-05-08 14:36:45 +02:00