This commit is contained in:
2026-01-18 02:10:48 +00:00
parent 89e62ad65a
commit e9225b0018
10 changed files with 309 additions and 303 deletions
+7 -2
View File
@@ -1,5 +1,10 @@
my take on how notes and srs should be combind and simplified
# Tests
## Usage
Run tests with `go test ./...`
The project includes a `Makefile` for common tasks:
- **Build**: `make build` (creates binary in `bin/mend`)
- **Test**: `make test`
- **Run**: `make run`
- **Clean**: `make clean`