blang / vfs

Virtual filesystem library written in golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sync() is missing from File abstraction

pbennett opened this issue · comments

Good point, Sync might be useful on some filesystems, on others like memfs it's not necessary. I try to find a solution without bloating the file interface