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
I'm trying to use go-git for a tool but I'm getting stuck with the lack of interoperability of go-billy. Particularly, I need to cast billy.File to another custom File interface we have that implements Readdir but billy.File does not. How reasonable is to get this added to go-billy?
Thanks!
The text was updated successfully, but these errors were encountered:
I'm trying to use
go-git
for a tool but I'm getting stuck with the lack of interoperability ofgo-billy
. Particularly, I need to castbilly.File
to another custom File interface we have that implements Readdir butbilly.File
does not. How reasonable is to get this added to go-billy?Thanks!
The text was updated successfully, but these errors were encountered: