Upgrading server dependancies (#8154)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
8d66523ba7
Коммит
961c04cae9
5
vendor/github.com/tylerb/graceful/README.md
сгенерированный
поставляемый
5
vendor/github.com/tylerb/graceful/README.md
сгенерированный
поставляемый
@@ -3,6 +3,11 @@ graceful [](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:
|
||||
|
||||
Ссылка в новой задаче
Block a user