11 lines
172 B
Markdown
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
|
|
```
|