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)