aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÖzgür Kesim <oec@codeblau.de>2021-09-16 17:39:45 +0200
committerÖzgür Kesim <oec@codeblau.de>2021-09-16 17:39:45 +0200
commit1689c55dfc551b3aa31049a7a8794cf8b7fcf75f (patch)
tree0f61460f81aa7f2081541ac30befc7c530606016
parent46019c47317d993e3b2ffafe62722ef01cd8e0d2 (diff)
added 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..ce1d2d7
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module git.kesim.org/oec/playdot
+
+go 1.13