From 329c16d087d433b95bd04f7d57d147ede3fde526 Mon Sep 17 00:00:00 2001 From: ranjith Date: Mon, 28 Jul 2025 09:29:43 +0000 Subject: [PATCH] Added comment line --- mqtt_client.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mqtt_client.go b/mqtt_client.go index cde308b..f94eb19 100644 --- a/mqtt_client.go +++ b/mqtt_client.go @@ -259,6 +259,8 @@ func connectionLostHandler(client mqtt.Client, err error) { log.Printf("Connection lost: %v. Attempting to reconnect...", err) } +//.. + func main() { var err error godotenv.Load()