go-billy icon indicating copy to clipboard operation
go-billy copied to clipboard

The missing interface filesystem abstraction for Go

Results 15 go-billy issues
Sort by recently updated
recently updated
newest added

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...

enhancement
help wanted

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...

enhancement
help wanted

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_....