Adding build badge
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details

drew/add-droneio
Drew Bednar 4 months ago
parent a572c060cc
commit f9baa64e18

@ -6,7 +6,6 @@ steps:
- name: Unit Test and lint - name: Unit Test and lint
image: golang:1.23-bookworm image: golang:1.23-bookworm
commands: commands:
# - go build
- go mod download - go mod download
- go test -v ./... - go test -v ./...
- go vet ./... - go vet ./...

@ -1,5 +1,8 @@
# Learn MQTT with Go # Learn MQTT with Go
![build-status](https://drone.runcible.io/api/badges/learning/learn_mqtt_go/status.svg)
Learning MQTT with Golang by doing. This repo is a simple example of using a Golang application as a client (pub & sub) of an MQTT broker. Learning MQTT with Golang by doing. This repo is a simple example of using a Golang application as a client (pub & sub) of an MQTT broker.
1883, Eclipse Mosquitto unsecured (opening the port on the internet is not recommended). 1883, Eclipse Mosquitto unsecured (opening the port on the internet is not recommended).

Loading…
Cancel
Save