File: change-path-graceful.v1.patch

package info (click to toggle)
golang-github-labstack-echo.v2 2.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,688 kB
  • sloc: makefile: 10
file content (17 lines) | stat: -rw-r--r-- 534 bytes parent folder | download | duplicates (2)
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() {