mirror of
https://github.com/labstack/echo.git
synced 2025-07-03 00:56:59 +02:00
Merge pull request #236 from Rojtjo/master
Reorder titles in graceful shutdown recipe
This commit is contained in:
@ -6,13 +6,13 @@ menu:
|
|||||||
weight: 13
|
weight: 13
|
||||||
---
|
---
|
||||||
|
|
||||||
### With [graceful](https://github.com/tylerb/graceful)
|
### With [grace](https://github.com/facebookgo/grace)
|
||||||
|
|
||||||
`server.go`
|
`server.go`
|
||||||
|
|
||||||
{{< embed "graceful-shutdown/grace/server.go" >}}
|
{{< embed "graceful-shutdown/grace/server.go" >}}
|
||||||
|
|
||||||
### With [grace](https://github.com/facebookgo/grace)
|
### With [graceful](https://github.com/tylerb/graceful)
|
||||||
|
|
||||||
`server.go`
|
`server.go`
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user