forked from barak/tarpoon
Add glide.yaml and vendor deps
This commit is contained in:
parent
db918f12ad
commit
5b3d5e81bd
18880 changed files with 5166045 additions and 1 deletions
8
vendor/github.com/opencontainers/runc/libcontainer/xattr/errors.go
generated
vendored
Normal file
8
vendor/github.com/opencontainers/runc/libcontainer/xattr/errors.go
generated
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
package xattr
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"runtime"
|
||||
)
|
||||
|
||||
var ErrNotSupportedPlatform = fmt.Errorf("platform and architecture is not supported %s %s", runtime.GOOS, runtime.GOARCH)
|
||||
Loading…
Add table
Add a link
Reference in a new issue