From d8b422fa23b8a7c31dbcabdb3c40e5fd1cbf83ec Mon Sep 17 00:00:00 2001 From: Bel LaPointe <153096461+breel-render@users.noreply.github.com> Date: Sun, 9 Feb 2025 16:03:15 -0700 Subject: [PATCH] go mod --- go.mod | 3 +++ src/state/lobby/{ => internal}/event.go | 0 src/state/lobby/{ => internal}/storage.go | 0 3 files changed, 3 insertions(+) create mode 100644 go.mod rename src/state/lobby/{ => internal}/event.go (100%) rename src/state/lobby/{ => internal}/storage.go (100%) diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..cd6ddaf --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module gitea/price-is-wrong + +go 1.22.3 diff --git a/src/state/lobby/event.go b/src/state/lobby/internal/event.go similarity index 100% rename from src/state/lobby/event.go rename to src/state/lobby/internal/event.go diff --git a/src/state/lobby/storage.go b/src/state/lobby/internal/storage.go similarity index 100% rename from src/state/lobby/storage.go rename to src/state/lobby/internal/storage.go