package mqtt import mqtt "github.com/eclipse/paho.mqtt.golang" func init() { mqtt.NewClient() }