Added comment line

This commit is contained in:
ranjith
2025-07-28 09:29:43 +00:00
parent 75e401c52f
commit 329c16d087

View File

@@ -259,6 +259,8 @@ func connectionLostHandler(client mqtt.Client, err error) {
log.Printf("Connection lost: %v. Attempting to reconnect...", err) log.Printf("Connection lost: %v. Attempting to reconnect...", err)
} }
//..
func main() { func main() {
var err error var err error
godotenv.Load() godotenv.Load()