summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÖzgür Kesim <oec@codeblau.de>2021-05-07 21:40:59 +0200
committerÖzgür Kesim <oec@codeblau.de>2021-05-07 21:40:59 +0200
commit73ceb1844b0ce94255148c4821b42ced1605596f (patch)
treed6e71de39149b02076a47e6a80e0f3e051553d70
parentb0b2d09871ef94f623bddb38f0bb3dbb10c0aa95 (diff)
go.mod added
-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..c2281c9
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module kesim.org/dict
+
+go 1.16