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!
I'm trying to use
go-gitfor a tool but I'm getting stuck with the lack of interoperability ofgo-billy. Particularly, I need to castbilly.Fileto another custom File interface we have that implements Readdir butbilly.Filedoes not. How reasonable is to get this added to go-billy?Thanks!