github.com/zhuohuang-hust/src-cbuild@v0.0.0-20230105071821-c7aab3e7c840/mergeCode/runc/libcontainer/xattr/errors.go (about)

     1  package xattr
     2  
     3  import (
     4  	"fmt"
     5  	"runtime"
     6  )
     7  
     8  var ErrNotSupportedPlatform = fmt.Errorf("platform and architecture is not supported %s %s", runtime.GOOS, runtime.GOARCH)