about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-05-28 14:49:03 +0530
committerAndinus <andinus@nand.sh>2020-05-28 14:57:11 +0530
commitdee647df144e284c1afdedfb497e3ee456b36acc (patch)
tree6b9f62d87486c482dafe862871d0a0a2f711a334
parent79fb7651013064065436a9e88c46bd6a535d596d (diff)
downloadmyCovidCLI-dee647df144e284c1afdedfb497e3ee456b36acc.tar.gz
Add go.mod file
-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..f50afa0
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module git.tilde.institute/kneezle/myCovidCLI
+
+go 1.13