1
0
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:
Vishal Rana
2015-10-13 08:56:47 -07:00

View File

@ -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`