We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38a6fc5 commit 6318c78Copy full SHA for 6318c78
cookbook/graceful-shutdown/grace/server.go
cookbook/graceful-shutdown/graceful/server.go
website/content/cookbook/graceful-shutdown.md
@@ -14,16 +14,4 @@ description = "Graceful shutdown recipe for Echo"
14
15
> Requires go1.8+
16
17
-## Using [grace](https://github.com/facebookgo/grace)
18
-
19
-`server.go`
20
21
-{{< embed "graceful-shutdown/grace/server.go" >}}
22
23
-## Using [graceful](https://github.com/tylerb/graceful)
24
25
26
27
-{{< embed "graceful-shutdown/graceful/server.go" >}}
28
29
## [Source Code]({{< source "graceful-shutdown" >}})
0 commit comments