go-billy
go-billy copied to clipboard
Added billy.Stat function that returns os.FileInfo
This PR adds billy.Stat function that returns os.FileInfo by calling Stat on billy.File underlying type using optional interface pattern.
👍🏽