summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoop Kiefte <ikojba@gmail.com>2020-11-13 02:45:25 +0200
committerJoop Kiefte <ikojba@gmail.com>2020-11-13 02:45:25 +0200
commit09349c8a07d11abd063649445918e5ec95e34707 (patch)
treed6113c38f14c3439e27e1081cbd22a4d06f4f8e8
initial commit
-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..ecb7134
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module git.kiefte.eu/lapingvino/gioco
+
+go 1.15