docs(claude): add go test and gofmt to dev commands

CI enforces gofmt; noting it here prevents the same oversight.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Daniel Pupius
2026-03-16 17:59:13 +00:00
parent 274eab71c4
commit 1d5e60f7b9

View File

@@ -6,6 +6,8 @@
- `make gen-proto`
- `make clean`
- `make run` <-- Do not execute the program yourself.
- `go test ./...` — run Go tests
- `gofmt -w .` — format Go code (CI enforces this; run before committing)
## Meshtastic MQTT Protocol Structure