From d103ed6ca97ca5a2669f6cf5fe4b3d2a9c945f26 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Wed, 17 May 2017 16:51:25 -0400 Subject: Upgrading server dependancies (#6431) --- vendor/github.com/tylerb/graceful/README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'vendor/github.com/tylerb') diff --git a/vendor/github.com/tylerb/graceful/README.md b/vendor/github.com/tylerb/graceful/README.md index 328c3acf8..c641b6e78 100644 --- a/vendor/github.com/tylerb/graceful/README.md +++ b/vendor/github.com/tylerb/graceful/README.md @@ -3,6 +3,11 @@ graceful [![GoDoc](https://godoc.org/github.com/tylerb/graceful?status.png)](htt Graceful is a Go 1.3+ package enabling graceful shutdown of http.Handler servers. +## Using Go 1.8? + +If you are using Go 1.8, you may not need to use this library! Consider using `http.Server`'s built-in [Shutdown()](https://golang.org/pkg/net/http/#Server.Shutdown) +method for graceful shutdowns. + ## Installation To install, simply execute: -- cgit v1.2.3-1-g7c22