aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2022-06-05 17:55:54 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2022-06-05 17:55:54 +0100
commit326a741c1298959e5d6e5eb1a6b2225ef9151063 (patch)
tree893dd56d6f2c8dc36e67ef88032a73a2abf743ee /go.mod
First 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..1cff388
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module go.awhk.org/core
+
+go 1.18