summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-04-03 00:25:12 +0300
committerPaul Buetow <paul@buetow.org>2025-04-03 00:25:12 +0300
commit1dd57067b528e1889a798a7b6d243110c87454d0 (patch)
tree3fee26d1a72b76995d1d8e5ae08c47b87bd594f4 /go.mod
initial comimt
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..96d4b17
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module codeberg.org/snonux/gbench
+
+go 1.24.1