Skip to content

Semver, and various maintenance

Latest
Compare
Choose a tag to compare
@zenazn zenazn released this 03 Jun 22:30
Remove CloseNotifier for go 1.8+

http.CloseNotifier is deprecated as of Go 1.11, with a note that "the
CloseNotifier interface predates Go's context package. New code should
use Request.Context instead."

Signed-off-by: Maxim Eremenko <moeryomenko@gmail.com>