From ff07ef3b6008197f43dc49268c52688e55a8f2af Mon Sep 17 00:00:00 2001 From: Donaldson Date: Thu, 30 Dec 2021 11:38:09 -0800 Subject: [PATCH] Make legacy, fs-backed state more obvious --- cmd/mothd/{state.go => state_filesystem.go} | 0 cmd/mothd/{state_test.go => state_filesystem_test.go} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename cmd/mothd/{state.go => state_filesystem.go} (100%) rename cmd/mothd/{state_test.go => state_filesystem_test.go} (100%) diff --git a/cmd/mothd/state.go b/cmd/mothd/state_filesystem.go similarity index 100% rename from cmd/mothd/state.go rename to cmd/mothd/state_filesystem.go diff --git a/cmd/mothd/state_test.go b/cmd/mothd/state_filesystem_test.go similarity index 100% rename from cmd/mothd/state_test.go rename to cmd/mothd/state_filesystem_test.go