mirror of
https://github.com/docker/cli.git
synced 2026-08-30 02:24:27 -05:00
removes the stevvooe/continuity dependency, which has moved to containerd/continuity. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
8 lines
69 B
Go
8 lines
69 B
Go
package sysx
|
|
|
|
import (
|
|
"syscall"
|
|
)
|
|
|
|
const ENODATA = syscall.ENODATA
|