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
Since it was concluded that fs.FS is necessarily read-only, the only alternative is for every writable filesystem to implement its own form of os.CopyFS. This proposal is about doing so for MapFS.