go-billy
go-billy copied to clipboard
The missing interface filesystem abstraction for Go
I use https://github.com/spf13/afero/ in a number of ways. I wanted to use https://github.com/src-d/go-git/ with that as the backing filesystem. As a result, I'd have to either switch to this, or...
It looks like there is a hash mismatch when using `dep` with this particular repo. ` gopkg.in/src-d/go-billy.v4: hash of vendored tree not equal to digest in Gopkg.lock ` I think...
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...
I have been loving this abstraction that you guys have created so kudos to that! Trying to change the permissions on a file using the `osfs` but it seems that...
I have an interesting use case where I have some functions that run over a `billy.Filesystem` and I want to run them on a directory _while ignoring a specific file_....