From 9625a8609519e1c1eef84086b9cfb07fc2d9c72e Mon Sep 17 00:00:00 2001 From: darius Date: Mon, 10 Jun 2024 15:14:27 +0200 Subject: [PATCH] test --- wazuh-notify-go/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/wazuh-notify-go/main.go b/wazuh-notify-go/main.go index 87e2bdc..1028dc6 100644 --- a/wazuh-notify-go/main.go +++ b/wazuh-notify-go/main.go @@ -9,6 +9,7 @@ import ( "wazuh-notify/targets/slack" ) +// test func main() { //Read config file and .env configParams := services.ReadConfig()