hasshelper/mqtt/mqtt.go
2024-09-10 23:23:26 -05:00

8 lines
99 B
Go

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