aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend
diff options
context:
space:
mode:
Diffstat (limited to 'backend')
-rw-r--r--backend/justfile8
1 files changed, 8 insertions, 0 deletions
diff --git a/backend/justfile b/backend/justfile
new file mode 100644
index 0000000..c2f97ff
--- /dev/null
+++ b/backend/justfile
@@ -0,0 +1,8 @@
+build:
+ go build -o feedaka .
+
+fmt:
+ go fmt .
+
+check:
+ go build -o /dev/null .