From 694624e862cf13a14e4677b9bfc91550dd669b69 Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Mon, 15 Jun 2026 21:14:37 +0200 Subject: [PATCH] add justfile --- justfile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 justfile diff --git a/justfile b/justfile new file mode 100644 index 0000000..539a063 --- /dev/null +++ b/justfile @@ -0,0 +1,2 @@ +run: + go run .