From c26387990469d25ce53d3e0e33395895e8ca9934 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sat, 5 Apr 2025 16:51:38 -0400 Subject: [PATCH] added justfile --- justfile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 justfile diff --git a/justfile b/justfile new file mode 100644 index 0000000..9543699 --- /dev/null +++ b/justfile @@ -0,0 +1,12 @@ +test: + go test ./... + +gentest: + #!/bin/bash + if [ -e foobar ]; then + rm -rf foobar + fi + + go run cmd/zona/main.go test + + # bat foobar/img.html