added justfile

This commit is contained in:
Daniel Fichtinger 2025-04-05 16:51:38 -04:00
parent 4b62ed116e
commit c263879904

12
justfile Normal file
View file

@ -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