If you’re getting the following error you missing a package, surprise!
Cannot find package github.com/eclipse/paho.mqtt.golang
You need to install the paho.mqtt.golang package. Run this:
go get github.com/eclipse/paho.mqtt.golang
Exploration of Information, Communication and Technology
If you’re getting the following error you missing a package, surprise!
Cannot find package github.com/eclipse/paho.mqtt.golang
You need to install the paho.mqtt.golang package. Run this:
go get github.com/eclipse/paho.mqtt.golang