Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

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

Diff for: xattr/errors.go

+8
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)