From 961c04cae992eadb42d286d2f85f8a675bdc68c8 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Mon, 29 Jan 2018 14:17:40 -0800 Subject: Upgrading server dependancies (#8154) --- vendor/github.com/tylerb/graceful/README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'vendor/github.com/tylerb/graceful/README.md') 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