summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJulien Dessaux2024-03-24 18:32:25 +0100
committerJulien Dessaux2024-03-24 18:32:25 +0100
commit510ad0cf55be5e844042b2847d69180649e2bc5c (patch)
treea2fa4e29f13a33348cc697d2209f7832f99c7436 /go.mod
parentAdd 1 git-crypt collaborator (diff)
downloadods-510ad0cf55be5e844042b2847d69180649e2bc5c.tar.gz
ods-510ad0cf55be5e844042b2847d69180649e2bc5c.tar.bz2
ods-510ad0cf55be5e844042b2847d69180649e2bc5c.zip
chore(dictionary): go mod init and initial dictionary
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..f212181
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module git.adyxax.org/adyxax/ods/v2
+
+go 1.22.1