docs: fix table formating

This commit is contained in:
Stevan Freeborn
2026-08-15 22:10:58 -05:00
parent 19f5aca484
commit c53ce4a32e
+14 -14
View File
@@ -47,20 +47,20 @@ 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) |
| `make build` | Compile the binary into `bin/` | | `make build` | Compile the binary into `bin/` |
| `make generate` | Regenerate sqlc query code | | `make generate` | Regenerate sqlc query code |
| `make migrate-up` / `migrate-down` / `migrate-status` / `migrate-reset` | Database migrations | | `make migrate-up` / `migrate-down` / `migrate-status` / `migrate-reset` | Database migrations |
| `make install-tools` | Install goose, sqlc, and golangci-lint | | `make install-tools` | Install goose, sqlc, and golangci-lint |
| `make clean` | Remove build artifacts | | `make clean` | Remove build artifacts |
## API reference ## API reference