From 838374ec4d271e5f88ed0f9a9e0d4d7e21108f21 Mon Sep 17 00:00:00 2001 From: mls-361 Date: Sat, 17 Apr 2021 00:15:45 +0200 Subject: [PATCH] =?UTF-8?q?En=20cours=20de=20d=C3=A9veloppement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/main.go b/cmd/main.go index e219c49..6d7b33b 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -104,7 +104,7 @@ func run() error { err = server.Start() if err != nil { - _ = syscall.Kill(syscall.Getpid(), syscall.SIGINT) + _ = syscall.Kill(syscall.Getpid(), syscall.SIGINT) //AFINIR } swg.Wait()