You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok, now that I'm using io.fs more in Shiori doing some tests and refactor, I see the benefit of using a third party filesystem implementation.
A TLDR is: io.fs does not implement writer interfaces. I get to the point where I could test/implement all method that read from a filesystem, but the moment I needed to refactor the write I was stuck having to implement my own.
I'm not saying this would be beneficial for go-epub itself, just answering my own question.
https://github.com/blang/vfs
Currently the library can only use system files, but I would like to be able to use vfs too
The text was updated successfully, but these errors were encountered: