removes the stevvooe/continuity dependency, which has moved to containerd/continuity. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
10 lines
95 B
Go
10 lines
95 B
Go
// +build darwin freebsd
|
|
|
|
package sysx
|
|
|
|
import (
|
|
"syscall"
|
|
)
|
|
|
|
const ENODATA = syscall.ENOATTR
|