Compare commits
1
Commits
19f5aca484
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c53ce4a32e |
@@ -48,11 +48,11 @@ 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 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) |
|
||||
|
||||
Reference in New Issue
Block a user