summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJan Wolff <janw@mailbox.org>2025-09-12 09:34:01 +0200
committerJan Wolff <janw@mailbox.org>2025-09-12 09:34:01 +0200
commit283c31564a9d5dab4b8b71d7498886b0cd20a999 (patch)
treebc15867a389f25b1855042b5af20efba96c68dbb /go.mod
initial commit
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..031d11d
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module drop.janw.name
+
+go 1.24.7