summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-05-05 00:38:17 +0300
committerPaul Buetow <paul@buetow.org>2024-05-05 00:38:17 +0300
commitd8056ae52ce574d36cd0657d230731166f171327 (patch)
tree6d818046d03781e1f85aaca964abba48bbff8d41 /go.mod
parente0b2e1d706cf92d1e31417604fafd5b475f2587b (diff)
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..fd9a54a
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module codeberg.org/snonux/gos
+
+go 1.22.2