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