summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorÖzgür Kesim <oec@codeblau.de>2024-04-12 14:37:03 +0200
committerÖzgür Kesim <oec@codeblau.de>2024-04-12 14:37:03 +0200
commitca94735b7ae2f8ee47c80c7bc1e6074e8368bac4 (patch)
tree86b66dbb4370661211cedf342ee55b8b3ecea99b /go.mod
init, working
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..ce5e90a
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module kesim.org/fgpt
+
+go 1.22.2