I am trying to use gzip package - compress/gzip - Go Packages and it works as expected when used DefaultCompression and I tried using NoCompression and I found similar with default one.
So, what does NoCompression do? I expected it should not compress, but it’s compressing.
Can you share more information about the compression ratio or the file types you are trying to compress?
Are you trying to compress an already compressed file?