From 8895ba969c492c85e2035809c5011c4831630a59 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sat, 3 May 2025 00:00:44 -0400 Subject: [PATCH] added comments to recipes --- justfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/justfile b/justfile index 9543699..39f5308 100644 --- a/justfile +++ b/justfile @@ -1,6 +1,8 @@ +# run go tests test: go test ./... +# test outputs gentest: #!/bin/bash if [ -e foobar ]; then