Files
containerd/vendor/github.com/containerd/continuity/devices/devices.go
Lantao Liu f267f217cd Update containerd to 66b984ee33
Signed-off-by: Lantao Liu <lantaol@google.com>
2018-09-13 16:31:32 -07:00

6 lines
81 B
Go

package devices
import "fmt"
var ErrNotSupported = fmt.Errorf("not supported")