commit | d285929c2144855e69178f04904d21a0d7d59e87 | [log] [tgz] |
---|---|---|
author | Obi Symons <symons.obi@gmail.com> | Sat Apr 04 14:31:49 2020 +1100 |
committer | Obi Symons <symons.obi@gmail.com> | Sat Apr 04 14:31:49 2020 +1100 |
tree | f8212bd3758d5d166becfc38270fadd5e7f8e11d | |
parent | 6e5c9f904641c45935fd472f6987771ee33a1115 [diff] [blame] |
Add go.mod
diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..c0b24f7 --- /dev/null +++ b/go.mod
@@ -0,0 +1,3 @@ +module github.com/DusanKasan/parsemail + +go 1.11