fix: use correct ENODATA value on different platforms

This commit is contained in:
ds.hiveon
2023-03-18 07:44:18 +01:00
parent e9e967f085
commit 9fe17650b8
7 changed files with 22 additions and 5 deletions
+1 -1
View File
@@ -13,5 +13,5 @@ require (
require (
github.com/seaweedfs/fuse v1.2.2
golang.org/x/sys v0.2.0 // indirect
golang.org/x/sys v0.6.0 // indirect
)