alpha
alex 2024-03-11 19:23:42 +01:00
parent 2f238646ed
commit 20041347ad
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ func init() {
} }
func main() { func main() {
rabbitmq.Init()
fmt.Println("Email server started") fmt.Println("Email server started")
gocnjhelper.LogInfo("Email server started") gocnjhelper.LogInfo("Email server started")
rabbitmq.Init()
} }