Proposal Details
The original issue was created a few years ago: #15626 and it was declined science it needs an interface like io.ReadWriterAt and a low number of potential users.
I recently encountered the need to append new files to large zip archives. Can we retake this issue and consider adding appending files into the zip archive feature to the official archive/zip library?
Although there is no interface like io.ReadWriterAt, However, I think the Appender can still be implemented based on the interface io.ReadWriteSeeker.
Proposal Details
The original issue was created a few years ago: #15626 and it was declined science it needs an interface like
io.ReadWriterAtand a low number of potential users.I recently encountered the need to append new files to large zip archives. Can we retake this issue and consider adding appending files into the zip archive feature to the official
archive/ziplibrary?Although there is no interface like
io.ReadWriterAt, However, I think theAppendercan still be implemented based on the interfaceio.ReadWriteSeeker.