Sign in
chromium
/
external
/
github.com
/
docker
/
runc
/
refs/heads/1.12.x
/
.
/
libcontainer
/
xattr
/
errors.go
blob: 8cd77418ccfbaf7898ad09f83720cde9db7601b7 [
file
] [
log
] [
blame
] [
edit
]
package xattr
import (
"fmt"
"runtime"
)
var ErrNotSupportedPlatform = fmt.Errorf("platform and architecture is not supported %s %s", runtime.GOOS, runtime.GOARCH)