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