For questions about the "graceful" Go 1.3+ package by tylerb, available on GitHub.
Graceful is a Go (1.3+) package which will gracefully shutdown http.Handler
servers. It's available on GitHub. As of Go 1.8, it is largely made superfluous by the built-in Shutdown()
in http.Server
.