1
0
Fork 0
forked from barak/tarpoon
tarpoon/vendor/github.com/opencontainers/runc/libcontainer/xattr/errors.go

8 lines
168 B
Go

package xattr
import (
"fmt"
"runtime"
)
var ErrNotSupportedPlatform = fmt.Errorf("platform and architecture is not supported %s %s", runtime.GOOS, runtime.GOARCH)