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
Fixesalexmullins#12
Port of
golang/go@46300a0:
Implement setting the compression level for a zip archive by registering
a per-Writer compressor through Writer.RegisterCompressor. If no
compressors are registered, fall back to the ones registered at the
package level. Also implements per-Reader decompressors.
Pls can per-Writer compressor and per-Reader decompressor support be added?
This would be similar to what was done in:
golang/go@46300a0
The text was updated successfully, but these errors were encountered: