cri-o/libkpod/image
Nalin Dahyabhai 0b7348b35c Use errors.Cause() when looking at storage errors
The storage library uses github.com/pkg/errors to wrap errors that it
returns from many of its functions, so when passing them to
os.IsNotExist() or comparing them to specific errors defined in the
storage library, unwrap them using errors.Cause().

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2017-08-03 15:40:54 -04:00
..
copy.go Add 'kpod load' command 2017-07-28 22:30:48 -04:00
copy_data.go Use errors.Cause() when looking at storage errors 2017-08-03 15:40:54 -04:00
copy_ref.go Rename libkpod files to follow Go conventions 2017-07-31 10:11:40 -04:00
image.go libkpod: remove non-OCI information from inspect 2017-07-28 16:58:12 -04:00
image_data.go Rename libkpod files to follow Go conventions 2017-07-31 10:11:40 -04:00
rmi.go Avoid using lower-level storage APIs 2017-07-25 13:29:49 -04:00