Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/funkydan2/alpha-church.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Saunders <daniel.saunders@gmail.com>2021-01-20 10:46:06 +0300
committerDaniel Saunders <daniel.saunders@gmail.com>2021-01-20 10:46:06 +0300
commit99b1ed24dc7746083fdf0f29761d5288104ee9b2 (patch)
treecefb956bbc53f5abcb3cc2b77b52b62f6aed3ce2
parentfb29f273cf77f4d47e7b9a2c6387e6f826765c26 (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..4434f25
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module github.com/funkydan2/alpha-church
+
+go 1.15