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
Enable the iofs adapter to also return other interfaces from io/fs
Instead of relying on difficult casting, this improves developer
experience by providing easy ways of convering a billy filesystem into
the rest of the filesystem interfaces that are available in `io/fs`.
This is a safe operation since we already ensure the type implements
such interfaces some lines below my changes.
Signed-off-by: Juan Antonio Osorio <[email protected]>
0 commit comments