diff options
author | Andinus <andinus@nand.sh> | 2020-05-28 14:49:03 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-05-28 14:57:11 +0530 |
commit | dee647df144e284c1afdedfb497e3ee456b36acc (patch) | |
tree | 6b9f62d87486c482dafe862871d0a0a2f711a334 | |
parent | 79fb7651013064065436a9e88c46bd6a535d596d (diff) | |
download | myCovidCLI-dee647df144e284c1afdedfb497e3ee456b36acc.tar.gz |
Add go.mod file
-rw-r--r-- | go.mod | 3 |
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 |