summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinetest-j45 <55553015+Minetest-j45@users.noreply.github.com>2022-06-02 16:59:46 +0100
committerMinetest-j45 <55553015+Minetest-j45@users.noreply.github.com>2022-06-02 16:59:46 +0100
commite50d52bfd2fbbf0ca50727de0b62774f53f2e5c7 (patch)
treea27d42ebe5de42628bc7c5fe3c1e13bd84998eb1
parentf53b8b3fe456d0929941073cd88ba0e4f10c9bdf (diff)
downloadmt-e50d52bfd2fbbf0ca50727de0b62774f53f2e5c7.tar.xz
Make seperate module to facilitate testing
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 9484beb..72524ca 100644
--- a/go.mod
+++ b/go.mod
@@ -1,4 +1,4 @@
-module github.com/anon55555/mt
+module github.com/Minetest-j45/mt
go 1.16