Closed shanduur closed 5 months ago
As stated in linked issue, this implements affero.Fs for the go-diskfs filesystem.FileSystem interface.
affero.Fs
filesystem.FileSystem
I added some basic tests, some of the methods have naive implementations.
Please check if the errors returned by the unsupported methods make sense.
Closes #426
Partialy supported by IoFs (see https://github.com/diskfs/go-diskfs/pull/184), might be reopened if permissions are supported by go-diskfs.
As stated in linked issue, this implements
affero.Fs
for the go-diskfsfilesystem.FileSystem
interface.I added some basic tests, some of the methods have naive implementations.
Please check if the errors returned by the unsupported methods make sense.
Closes #426