From f64eac90a12b8a8c32cfe8ec39d522cd04b26fa1 Mon Sep 17 00:00:00 2001 From: Natalia Goc Date: Wed, 15 May 2024 15:49:44 +0200 Subject: [PATCH] add a justfile for convenience --- justfile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 justfile diff --git a/justfile b/justfile new file mode 100644 index 0000000..733e63e --- /dev/null +++ b/justfile @@ -0,0 +1,2 @@ +run: + go run example/main.go