summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoranon5 <anon5clam@protonmail.com>2020-11-19 15:12:29 +0000
committeranon5 <anon5clam@protonmail.com>2020-11-19 15:12:29 +0000
commit14c04859a14edfe326d9664107707c0c1ae90dea (patch)
treedd4e0b63396390f322944a74af34d079aabe25a1
parenta865d2bce1aa097273fdb9d0d02d9cfa8460aefd (diff)
Add go.mod, see https://github.com/anon55555/mt/issues/1#issuecomment-730424074
-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..d31d7f9
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module github.com/anon55555/mt
+
+go 1.15