diff options
author | Anthony Wang | 2023-04-24 15:39:34 -0400 |
---|---|---|
committer | Anthony Wang | 2023-04-24 15:39:34 -0400 |
commit | f2414e8a6b6276825efcc2b7132683ce15289537 (patch) | |
tree | b4544f868a51f9bc9aa89bd464694625e4f5805d /go.mod | |
parent | 5cb3dff9d3f1a748272ffb490a1c3212ef2a019f (diff) |
Start working on Go implementation
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +module git.exozy.me/a/Kela + +go 1.20 |