Updated to bmclib/v2 and fix API querying issue

This commit is contained in:
David J. Allen 2023-08-28 10:57:32 -06:00
parent b6fe201f66
commit 25a885b18c
6 changed files with 29 additions and 42 deletions

View file

@ -10,7 +10,7 @@ Once the data is received, it is then stored into `hms-smd` using its API.
To build the project, run the following:
```bash
go mod tidy && go bulid
go mod tidy && go build
```
## Usage