by peter.waller:
Discussion link:
https://groups.google.com/forum/#!topic/golang-dev/WtYAcfgPNBw/discussion
There is a TODO to support specifying the compression level.
https://code.google.com/p/go/source/browse/src/pkg/archive/zip/writer.go#17
I do not currently see how it is possible to fit this in to the API without breaking
backwards compatibility, especially since the Compressor interface has no room for
additional parameters.
I would tack a crack at this myself otherwise.
by peter.waller: