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()