From 5d86159900339924e3046299d844ba545bf02e82 Mon Sep 17 00:00:00 2001 From: smsteel Date: Fri, 25 Jun 2021 18:32:36 +0300 Subject: [PATCH] test --- main.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.go b/main.go index 77368b7..2d53081 100644 --- a/main.go +++ b/main.go @@ -74,6 +74,8 @@ func main() { runHttpServer(ctx, cfg.Http, &wg) runSignalHandler(ctx, cancelFunc) + getLogger(ctx).Infof("Running") + wg.Wait() }