aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorAnthony Wang2023-04-24 15:39:34 -0400
committerAnthony Wang2023-04-24 15:39:34 -0400
commitf2414e8a6b6276825efcc2b7132683ce15289537 (patch)
treeb4544f868a51f9bc9aa89bd464694625e4f5805d /go.mod
parent5cb3dff9d3f1a748272ffb490a1c3212ef2a019f (diff)
Start working on Go implementation
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..ba28644
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module git.exozy.me/a/Kela
+
+go 1.20