Files
schedtxt_models/README.md
T
2025-10-31 14:08:38 -04:00

11 lines
172 B
Markdown

# textsender-models
A library containing functions, structs, types, and other code for the textsender
project
### Building project
```SHELL
go mod tidy
go mod vendor
```