go-git / go-billy

The missing interface filesystem abstraction for Go
https://pkg.go.dev/github.com/go-git/go-billy/v5
Apache License 2.0
324 stars 43 forks source link

How would you advice converting billy's File to *os.File? #4

Closed c4milo closed 2 months ago

jawr commented 4 years ago

I would also be interested in this as at the moment things like sendFille will not work, and possibly other performance gains.

pjbgf commented 2 months ago

Closing this as #81 enable users to transform go-billy into io/fs.