mirror of https://github.com/docker/cli.git
10 lines
95 B
Go
10 lines
95 B
Go
|
// +build darwin freebsd
|
||
|
|
||
|
package sysx
|
||
|
|
||
|
import (
|
||
|
"syscall"
|
||
|
)
|
||
|
|
||
|
const ENODATA = syscall.ENOATTR
|