8 lines
99 B
Go
8 lines
99 B
Go
package mqtt
|
|
|
|
import mqtt "github.com/eclipse/paho.mqtt.golang"
|
|
|
|
func init() {
|
|
mqtt.NewClient()
|
|
}
|