From: anon5 Date: Thu, 19 Nov 2020 15:12:29 +0000 (+0000) Subject: Add go.mod, see https://github.com/anon55555/mt/issues/1#issuecomment-730424074 X-Git-Tag: v0.0.1~38 X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=14c04859a14edfe326d9664107707c0c1ae90dea;p=mt.git Add go.mod, see https://github.com/anon55555/mt/issues/1#issuecomment-730424074 --- 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