summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-06-25 22:38:07 +0300
committerPaul Buetow <paul@buetow.org>2025-06-25 22:38:07 +0300
commit4cc90ab5b92e0723a0cb3132b707a6dc58ae050e (patch)
tree0cfa059b7611b25669a44879cc5ee5a16ecf7f6c /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..e0eb885
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module codeberg.org/snonux/timr
+
+go 1.24.3