summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkaa <kaa@disroot.org>2023-11-17 18:28:00 -0800
committerkaa <kaa@disroot.org>2023-11-17 18:28:00 -0800
commit684409a69dbf69e1e7291a0d18a84cca7d5e1822 (patch)
treea316a25d9f75ec6e229f9b7a0ddef8db06dab211
parent0a6cbfa6b91ffdb227364a6ca812bc329dfb6126 (diff)
Go module.
-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..989ad8c
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module mesacsclub.com/ref
+
+go 1.20