Go package enabling graceful shutdown of an http.Handler server
Description
+
Graceful is a Go 1.3+ package enabling graceful shutdown of http.Handler
servers.
This package provides symbolic links that alias the following Go import paths to
gopkg.in/tylerb/graceful.v1:
– github.com/tylerb/graceful
Aliasing Go import paths via symbolic links or http redirects is fragile. If
your Go code depends on this package, you should patch it to import directly
gopkg.in/tylerb/graceful.v1.