flashmob / go-guerrilla

Mini SMTP server written in golang
MIT License
2.79k stars 366 forks source link

Rename compressor struct to DataCompressor to make it exportable #191

Closed bsord closed 5 years ago

bsord commented 5 years ago

This PR is to resolve issue mentioned here: https://github.com/flashmob/go-guerrilla/issues/190.

compressor is unable to be used outside backend package (such as when using go-guerilla as a package and you're trying to customize the built in mysql or redis backends.)

bsord commented 5 years ago

Thank you so very much for the quick response on this. Greatly appreciated.