diff options
author | Valery Piashchynski <[email protected]> | 2025-01-16 09:40:33 +0100 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2025-01-16 09:40:50 +0100 |
commit | 1e64dfb387f65d309c9b1029cf8a5d439b13e4e7 (patch) | |
tree | 95f24b6ac4887fdb79997eedcda5e6b20def6ed5 /Makefile | |
parent | 9fd3f2964feda0981dbc837c0dafc6ab0487b096 (diff) |
chore(deps): update dependencies
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,3 +3,6 @@ test: build: CGO_ENABLED=0 go build -trimpath -ldflags "-s" -o rr cmd/rr/main.go + +debug: + dlv debug cmd/rr/main.go -- serve -c .rr-sample-bench-http.yaml |