Merge pull request #236 from harshavardhana/undefined
ErrNotSupportedPlatform is undefined define it
This commit is contained in:
commit
60471bdc7d
xattr
|
@ -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)
|
Loading…
Reference in New Issue