mirror of
https://github.com/MeshCore-Beacon/beacon-server.git
synced 2026-09-01 16:48:19 +00:00
805 B
805 B
What this PR does
A clear description of the change and why it was made. Reference any related
issues: Closes #123 or Related to #456.
Type of change
- Bug fix
- New feature
- Refactor
- Tests
- Docs / config
- Other:
Checklist
go build ./...passesgofmt -l .is emptygo vet ./...passesgo test ./...passes- New pure functions have unit tests
- DB changes include migration SQL and
sqlc generatehas been run - API changes include swagger annotations and
swag inithas been run docs/is committed if swagger was regenerated- New dependencies are added to
SHOULDERS.md - I have read CONTRIBUTING.md
Testing notes
How did you test this? What should reviewers look for?