package main import ( "github.com/stianeikeland/go-rpio/v4" "github.com/eclipse/paho.mqtt.golang" "fmt" "exec" "m" ) func main() { mqtt_parms := MqttParms { client_id = "Irrigatore" username = "Irrigatore" password = "Irrigatore" server = "Endor" port = 1449 } }