From bf3d81f9280799f9cc13bc3ba20e0b1786844f2d Mon Sep 17 00:00:00 2001 From: Denis Kirillov Date: Fri, 20 Aug 2021 15:19:49 +0300 Subject: [PATCH] [#221] Unify source file naming Signed-off-by: Denis Kirillov --- api/auth/{regexp-utils.go => regexp_utils.go} | 0 api/handler/{not-support.go => not_support.go} | 0 api/{max-clients.go => max_clients.go} | 0 api/{user-auth.go => user_auth.go} | 0 cmd/s3-gw/{app-healthy.go => app_healthy.go} | 0 cmd/s3-gw/{app-metrics.go => app_metrics.go} | 0 cmd/s3-gw/{app-profiler.go => app_profiler.go} | 0 cmd/s3-gw/{app-settings.go => app_settings.go} | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename api/auth/{regexp-utils.go => regexp_utils.go} (100%) rename api/handler/{not-support.go => not_support.go} (100%) rename api/{max-clients.go => max_clients.go} (100%) rename api/{user-auth.go => user_auth.go} (100%) rename cmd/s3-gw/{app-healthy.go => app_healthy.go} (100%) rename cmd/s3-gw/{app-metrics.go => app_metrics.go} (100%) rename cmd/s3-gw/{app-profiler.go => app_profiler.go} (100%) rename cmd/s3-gw/{app-settings.go => app_settings.go} (100%) diff --git a/api/auth/regexp-utils.go b/api/auth/regexp_utils.go similarity index 100% rename from api/auth/regexp-utils.go rename to api/auth/regexp_utils.go diff --git a/api/handler/not-support.go b/api/handler/not_support.go similarity index 100% rename from api/handler/not-support.go rename to api/handler/not_support.go diff --git a/api/max-clients.go b/api/max_clients.go similarity index 100% rename from api/max-clients.go rename to api/max_clients.go diff --git a/api/user-auth.go b/api/user_auth.go similarity index 100% rename from api/user-auth.go rename to api/user_auth.go diff --git a/cmd/s3-gw/app-healthy.go b/cmd/s3-gw/app_healthy.go similarity index 100% rename from cmd/s3-gw/app-healthy.go rename to cmd/s3-gw/app_healthy.go diff --git a/cmd/s3-gw/app-metrics.go b/cmd/s3-gw/app_metrics.go similarity index 100% rename from cmd/s3-gw/app-metrics.go rename to cmd/s3-gw/app_metrics.go diff --git a/cmd/s3-gw/app-profiler.go b/cmd/s3-gw/app_profiler.go similarity index 100% rename from cmd/s3-gw/app-profiler.go rename to cmd/s3-gw/app_profiler.go diff --git a/cmd/s3-gw/app-settings.go b/cmd/s3-gw/app_settings.go similarity index 100% rename from cmd/s3-gw/app-settings.go rename to cmd/s3-gw/app_settings.go