From cf7f32e12ca118e51723a87afee05770ea12c066 Mon Sep 17 00:00:00 2001 From: Max Resnick Date: Tue, 9 Apr 2024 20:53:27 -0700 Subject: chore: logging/err cleanup --- justfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'justfile') diff --git a/justfile b/justfile index 036948e..86c4d93 100644 --- a/justfile +++ b/justfile @@ -34,7 +34,8 @@ test: go tool cover -func={{ TEMPDIR }}/testcover.out debug-run: - dlv debug cmd/main.go -- -s {{justfile_directory()}}/gitserver.yaml -r $(mktemp -d) + dlv debug cmd/main.go -- -s {{justfile_directory()}}/gitserver.yaml -r $(mktemp -d) -t tokens.csv -p policy.csv -m auth_model.ini -a + debug-test pkg: dlv test {{pkg}} -- -test.v -- cgit v1.2.3