After finally getting a wrapper basically working, I run into an issue because memfs's OpenFile won't open directories. That's not how anything works.
I would strongly encourage you to replace all usage of go-billy with afero, as it fully and properly implements an os "compatible" filesystem abstraction. That said, thank you for your time and effort in this library (though more so with go-git).
After finally getting a wrapper basically working, I run into an issue because memfs's OpenFile won't open directories. That's not how anything works.
I would strongly encourage you to replace all usage of go-billy with afero, as it fully and properly implements an
os"compatible" filesystem abstraction. That said, thank you for your time and effort in this library (though more so with go-git).