Skip to content

Releases: zenazn/goji

Semver, and various maintenance

03 Jun 22:30
Compare
Choose a tag to compare
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>