docs: fix table formating
This commit is contained in:
@@ -47,20 +47,20 @@ The server listens on `http://localhost:8080`.
|
||||
|
||||
Run `make help` to see the full list of targets. Highlights:
|
||||
|
||||
| Target | Description |
|
||||
| --------------- | ---------------------------------------------- |
|
||||
| `make run` | Build and run the server |
|
||||
| `make dev` | Run with the race detector enabled |
|
||||
| `make test` | Run all tests |
|
||||
| `make test-race`| Run all tests with the race detector |
|
||||
| `make check` | Run formatting, vet, and test checks |
|
||||
| `make fmt` | Format all Go source files |
|
||||
| `make lint` | Run golangci-lint (if installed) |
|
||||
| `make build` | Compile the binary into `bin/` |
|
||||
| `make generate` | Regenerate sqlc query code |
|
||||
| `make migrate-up` / `migrate-down` / `migrate-status` / `migrate-reset` | Database migrations |
|
||||
| `make install-tools` | Install goose, sqlc, and golangci-lint |
|
||||
| `make clean` | Remove build artifacts |
|
||||
| Target | Description |
|
||||
| ----------------------------------------------------------------------- | -------------------------------------- |
|
||||
| `make run` | Build and run the server |
|
||||
| `make dev` | Run with the race detector enabled |
|
||||
| `make test` | Run all tests |
|
||||
| `make test-race` | Run all tests with the race detector |
|
||||
| `make check` | Run formatting, vet, and test checks |
|
||||
| `make fmt` | Format all Go source files |
|
||||
| `make lint` | Run golangci-lint (if installed) |
|
||||
| `make build` | Compile the binary into `bin/` |
|
||||
| `make generate` | Regenerate sqlc query code |
|
||||
| `make migrate-up` / `migrate-down` / `migrate-status` / `migrate-reset` | Database migrations |
|
||||
| `make install-tools` | Install goose, sqlc, and golangci-lint |
|
||||
| `make clean` | Remove build artifacts |
|
||||
|
||||
## API reference
|
||||
|
||||
|
||||
Reference in New Issue
Block a user