From 031183e3f1f3dc6735c35b854e99eb5409cfcb2c Mon Sep 17 00:00:00 2001 From: Shah Ismail Date: Sun, 31 May 2020 19:47:28 +0100 Subject: [PATCH] Added basic go mod with gullion/word_convert --- go.mod | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 go.mod diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..f9dcf41 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module gullion/word_convert + +go 1.14