From c1eb46b71448e6b3913199ae00b6935bfef30b56 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 11 Mar 2024 19:14:33 +0100 Subject: [PATCH] start --- main.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.go b/main.go index 72b3f65..0f934c2 100644 --- a/main.go +++ b/main.go @@ -24,4 +24,6 @@ func init() { func main() { rabbitmq.Init() + + gocnjhelper.LogInfo("Email server started") }