plugin.sh 104 B

1234
  1. go env -w GOPROXY="https://goproxy.cn,direct"
  2. go mod tidy
  3. go build -buildmode=plugin -o MQTT.so main.go