1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: Update path of gracefu version 1
Forwarded: not-needed
Author: Nobuhiro Iwamatsu <iwamatsu@debian.org>
diff --git a/recipe/graceful-shutdown/graceful/server.go b/recipe/graceful-shutdown/graceful/server.go
index c41ff8b..e8bcc38 100644
--- a/recipe/graceful-shutdown/graceful/server.go
+++ b/recipe/graceful-shutdown/graceful/server.go
@@ -6,7 +6,7 @@ import (
"github.com/labstack/echo"
"github.com/labstack/echo/engine/standard"
- "github.com/tylerb/graceful"
+ "gopkg.in/tylerb/graceful.v1"
)
func main() {
|