[mqtt] Implements mqtt publish tooling

This commit is contained in:
2019-11-30 21:49:19 +01:00
parent 1b62903474
commit 17beea7e8a
921 changed files with 306092 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
language: go
go:
- 1.11.4
install: true
services:
- docker
env:
- GO111MODULE=on
script:
- go mod verify
- go mod tidy
- go fmt ./...
- go vet ./...
- go test ./...