Re: [go-nuts] Supporting contained zip archives inside of tar and zip archives

2021-03-17 Thread Jan Mercl
On Wed, Mar 17, 2021 at 7:38 PM Glen Newton wrote: > > zip archives contain files and directories. Often, some of the files > contained in zip archives are also archives, zip and tar(.gz|bz2). Sometimes, > these contained archives also contain such archives (and so on...). > > Reading a zip file

[go-nuts] Supporting contained zip archives inside of tar and zip archives

2021-03-17 Thread Glen Newton
zip archives contain files and directories. Often, some of the files contained in zip archives are also archives, zip and tar(.gz|bz2). Sometimes, these contained archives also contain such archives (and so on...). Reading a zip file requires an io.ReaderAt in the func zip.NewReader(r io.Reade