flatfs: Avoid syncing directories in Windows
Used to error out with flatfs_test.go:66: Put fail: failed to open dir: fsync: The handle is invalid It seems Windows does not want syscall.Fsync to be called on directory handles.
Showing
sync_std.go
0 → 100644
sync_windows.go
0 → 100644
Please register or sign in to comment