Update the vendor folder (#53)
* Update the vendor folder * Update the Gopkg.lock by running dep ensure
This commit is contained in:
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)
|
||||
Reference in New Issue
Block a user