test
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
smsteel 2021-06-25 18:32:36 +03:00 committed by Timofey.Kovalev
parent 3f2980a922
commit 5d86159900

View File

@ -74,6 +74,8 @@ func main() {
runHttpServer(ctx, cfg.Http, &wg)
runSignalHandler(ctx, cancelFunc)
getLogger(ctx).Infof("Running")
wg.Wait()
}