From 98cbbce25e2421e222edbe0f11c377820961537d Mon Sep 17 00:00:00 2001 From: Captain ALM Date: Sun, 13 Aug 2023 20:31:15 +0100 Subject: [PATCH] Fix file positioning. --- .idea/vcs.xml | 6 ++++++ {wappmcstat => cmd/wappmcstat}/main.go | 0 {wappmcstat => cmd/wappmcstat}/utils.go | 0 3 files changed, 6 insertions(+) create mode 100644 .idea/vcs.xml rename {wappmcstat => cmd/wappmcstat}/main.go (100%) rename {wappmcstat => cmd/wappmcstat}/utils.go (100%) diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/wappmcstat/main.go b/cmd/wappmcstat/main.go similarity index 100% rename from wappmcstat/main.go rename to cmd/wappmcstat/main.go diff --git a/wappmcstat/utils.go b/cmd/wappmcstat/utils.go similarity index 100% rename from wappmcstat/utils.go rename to cmd/wappmcstat/utils.go