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
For next major release, the user experience when interacting between go-billy and io.FS should be more seamless.
Amongst other things, go-billy's interfaces could be based of io.FSs (e.g. ReadDirFile, ReadDirFS, etc).
The text was updated successfully, but these errors were encountered:
@infogulch thanks for raising the point on os.Root which is in the upcoming Go 1.24. The behaviour below would be compatible with ChrootOS but not BoundOS:
Methods on Root will follow symbolic links, but symbolic links may not reference a location outside the root. Symbolic links must not be absolute.
Support to this would most certainly be on go-billy v6 or above.
For next major release, the user experience when interacting between
go-billy
andio.FS
should be more seamless.Amongst other things, go-billy's interfaces could be based of
io.FS
s (e.g. ReadDirFile, ReadDirFS, etc).The text was updated successfully, but these errors were encountered: