maddyblue/esc

Need to be able to toggle compression

rosatolen opened this issue · 0 comments

Golang has made changes to how the gzip compression scheme works in Golang 1.8. So if you are embedding files into your program and you would like to support users who have earlier versions of Golang, you will need to manage inconsistent compression errors.

It would be nice to toggle compression on and off.