docs: fix table formating

This commit is contained in:
Stevan Freeborn
2026-08-15 22:10:58 -05:00
parent 19f5aca484
commit c53ce4a32e
+2 -2
View File
@@ -48,11 +48,11 @@ The server listens on `http://localhost:8080`.
Run `make help` to see the full list of targets. Highlights: Run `make help` to see the full list of targets. Highlights:
| Target | Description | | Target | Description |
| --------------- | ---------------------------------------------- | | ----------------------------------------------------------------------- | -------------------------------------- |
| `make run` | Build and run the server | | `make run` | Build and run the server |
| `make dev` | Run with the race detector enabled | | `make dev` | Run with the race detector enabled |
| `make test` | Run all tests | | `make test` | Run all tests |
| `make test-race`| Run all tests with the race detector | | `make test-race` | Run all tests with the race detector |
| `make check` | Run formatting, vet, and test checks | | `make check` | Run formatting, vet, and test checks |
| `make fmt` | Format all Go source files | | `make fmt` | Format all Go source files |
| `make lint` | Run golangci-lint (if installed) | | `make lint` | Run golangci-lint (if installed) |