Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 345 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (20 loc) · 345 Bytes

Development

Checkout

[email protected]:gaetancollaud/digitalstrom-mqtt.git

Config file

Copy and adapt the config file

cp config.yaml.example config.yaml

Run the go program

go install
go run .

Build for docker

CGO_ENABLED=0 GOOS=linux GOARCH=amd64
docker compose build