From d07fc638e6fdeffb1ec90a56b7ca77b43120c93f Mon Sep 17 00:00:00 2001 From: Sky Johnson Date: Fri, 28 Mar 2025 14:44:49 -0500 Subject: [PATCH] cap naming convention --- moonshark.go => Moonshark.go | 0 core/config/{config.go => Config.go} | 0 core/http/{forms.go => Forms.go} | 0 core/http/{httplogger.go => HttpLogger.go} | 0 core/http/{queries.go => Queries.go} | 0 core/http/{server.go => Server.go} | 0 core/http/{status.go => Status.go} | 0 core/logger/{logger.go => Logger.go} | 0 core/metadata/{metadata.go => Metadata.go} | 0 core/routers/{errors.go => Errors.go} | 0 core/routers/{luarouter.go => LuaRouter.go} | 0 core/routers/{staticrouter.go => StaticRouter.go} | 0 core/utils/{debug.go => Debug.go} | 0 core/utils/{dirs.go => Dirs.go} | 0 core/utils/{errorpages.go => ErrorPages.go} | 0 core/watchers/{api.go => Api.go} | 0 core/watchers/{dir.go => Dir.go} | 0 core/watchers/{manager.go => Manager.go} | 0 18 files changed, 0 insertions(+), 0 deletions(-) rename moonshark.go => Moonshark.go (100%) rename core/config/{config.go => Config.go} (100%) rename core/http/{forms.go => Forms.go} (100%) rename core/http/{httplogger.go => HttpLogger.go} (100%) rename core/http/{queries.go => Queries.go} (100%) rename core/http/{server.go => Server.go} (100%) rename core/http/{status.go => Status.go} (100%) rename core/logger/{logger.go => Logger.go} (100%) rename core/metadata/{metadata.go => Metadata.go} (100%) rename core/routers/{errors.go => Errors.go} (100%) rename core/routers/{luarouter.go => LuaRouter.go} (100%) rename core/routers/{staticrouter.go => StaticRouter.go} (100%) rename core/utils/{debug.go => Debug.go} (100%) rename core/utils/{dirs.go => Dirs.go} (100%) rename core/utils/{errorpages.go => ErrorPages.go} (100%) rename core/watchers/{api.go => Api.go} (100%) rename core/watchers/{dir.go => Dir.go} (100%) rename core/watchers/{manager.go => Manager.go} (100%) diff --git a/moonshark.go b/Moonshark.go similarity index 100% rename from moonshark.go rename to Moonshark.go diff --git a/core/config/config.go b/core/config/Config.go similarity index 100% rename from core/config/config.go rename to core/config/Config.go diff --git a/core/http/forms.go b/core/http/Forms.go similarity index 100% rename from core/http/forms.go rename to core/http/Forms.go diff --git a/core/http/httplogger.go b/core/http/HttpLogger.go similarity index 100% rename from core/http/httplogger.go rename to core/http/HttpLogger.go diff --git a/core/http/queries.go b/core/http/Queries.go similarity index 100% rename from core/http/queries.go rename to core/http/Queries.go diff --git a/core/http/server.go b/core/http/Server.go similarity index 100% rename from core/http/server.go rename to core/http/Server.go diff --git a/core/http/status.go b/core/http/Status.go similarity index 100% rename from core/http/status.go rename to core/http/Status.go diff --git a/core/logger/logger.go b/core/logger/Logger.go similarity index 100% rename from core/logger/logger.go rename to core/logger/Logger.go diff --git a/core/metadata/metadata.go b/core/metadata/Metadata.go similarity index 100% rename from core/metadata/metadata.go rename to core/metadata/Metadata.go diff --git a/core/routers/errors.go b/core/routers/Errors.go similarity index 100% rename from core/routers/errors.go rename to core/routers/Errors.go diff --git a/core/routers/luarouter.go b/core/routers/LuaRouter.go similarity index 100% rename from core/routers/luarouter.go rename to core/routers/LuaRouter.go diff --git a/core/routers/staticrouter.go b/core/routers/StaticRouter.go similarity index 100% rename from core/routers/staticrouter.go rename to core/routers/StaticRouter.go diff --git a/core/utils/debug.go b/core/utils/Debug.go similarity index 100% rename from core/utils/debug.go rename to core/utils/Debug.go diff --git a/core/utils/dirs.go b/core/utils/Dirs.go similarity index 100% rename from core/utils/dirs.go rename to core/utils/Dirs.go diff --git a/core/utils/errorpages.go b/core/utils/ErrorPages.go similarity index 100% rename from core/utils/errorpages.go rename to core/utils/ErrorPages.go diff --git a/core/watchers/api.go b/core/watchers/Api.go similarity index 100% rename from core/watchers/api.go rename to core/watchers/Api.go diff --git a/core/watchers/dir.go b/core/watchers/Dir.go similarity index 100% rename from core/watchers/dir.go rename to core/watchers/Dir.go diff --git a/core/watchers/manager.go b/core/watchers/Manager.go similarity index 100% rename from core/watchers/manager.go rename to core/watchers/Manager.go