nytimes / gziphandler

Go middleware to gzip HTTP responses
https://godoc.org/github.com/NYTimes/gziphandler
Apache License 2.0
868 stars 129 forks source link

Remove support for go 1.8 #101

Closed CAFxX closed 3 years ago

CAFxX commented 4 years ago

go 1.8 reached end of life with the release of go 1.10, in Feb 2018.

No-one should be running 1.8 in production anymore, so let's clean up.

tmthrgd commented 4 years ago

This change does the opposite of what you’re intending. It removes go1.8 and later code, not just go1.8-exclusive code. The proper change would be to merge these into the regular (non-gated) files which will remove support for go1.7 released ~6 months earlier.

CAFxX commented 4 years ago

You're right, my bad. Fixed.