mirror of
https://github.com/docker/cli.git
synced 2026-01-26 15:41:42 +03:00
removes the stevvooe/continuity dependency, which has moved to containerd/continuity. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
9 lines
132 B
Go
9 lines
132 B
Go
package sysx
|
|
|
|
import (
|
|
"syscall"
|
|
)
|
|
|
|
// This should actually be a set that contains ENOENT and EPERM
|
|
const ENODATA = syscall.ENOENT
|