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
archive/tar.Reader should implement fs.FS which puts it on par with archive/zip.Reader and it enables the tarball to be accessed through the fs.FS interface without requiring an intermediate step of inflating the tarball out to the filesystem.
archive/tar.Readershould implementfs.FSwhich puts it on par witharchive/zip.Readerand it enables the tarball to be accessed through thefs.FSinterface without requiring an intermediate step of inflating the tarball out to the filesystem.