Skip to content

Commit 768ae39

Browse files
author
Harshavardhana
committed
ErrNotSupportedPlatform is undefined define it
Signed-off-by: Harshavardhana <[email protected]>
1 parent aab3f6d commit 768ae39

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

xattr/errors.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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)

0 commit comments

Comments
 (0)