Martin Bertschler

Results 4 comments of Martin Bertschler

This was introduced in a commit https://github.com/spf13/afero/commit/fe8e8953368bff0a84babecf4e2a6c965c0453c8 where @spf13 added a lot of `New*Fs()` function, and most of them return Fs. I also think the concrete type would be more...

Makes sense, because this is the most flexible way. If the argument is the interface, you can pass the interface or concrete value, and if the return is the concrete...

How would you like to use that feature? We could use the fsnotify for the standard OS filesystem but for all the other use cases we would need to implement...

@nt could you point us to an example of a similar project where a Context is used? Would all the Fs functions need a second version where a Context is...