diff options
author | Minetest-j45 <55553015+Minetest-j45@users.noreply.github.com> | 2022-06-02 16:59:46 +0100 |
---|---|---|
committer | Minetest-j45 <55553015+Minetest-j45@users.noreply.github.com> | 2022-06-02 16:59:46 +0100 |
commit | e50d52bfd2fbbf0ca50727de0b62774f53f2e5c7 (patch) | |
tree | a27d42ebe5de42628bc7c5fe3c1e13bd84998eb1 | |
parent | f53b8b3fe456d0929941073cd88ba0e4f10c9bdf (diff) | |
download | mt-e50d52bfd2fbbf0ca50727de0b62774f53f2e5c7.tar.xz |
Make seperate module to facilitate testing
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -module github.com/anon55555/mt +module github.com/Minetest-j45/mt go 1.16 |