From eea7e877809abe5065170bae226b9ac8a89b9a75 Mon Sep 17 00:00:00 2001 From: Merveille van Eck Date: Mon, 2 Jun 2025 19:00:25 +0200 Subject: [PATCH] renamed some files, and directories --- google-auth-test/{nrepl.sh => nrepl} | 0 .../src/{google-auth-test => google_auth_test}/environment.clj | 0 .../src/{google-auth-test => google_auth_test}/middleware.clj | 0 .../src/{google-auth-test => google_auth_test}/routes.clj | 0 .../src/{google-auth-test => google_auth_test}/server.clj | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename google-auth-test/{nrepl.sh => nrepl} (100%) rename google-auth-test/src/{google-auth-test => google_auth_test}/environment.clj (100%) rename google-auth-test/src/{google-auth-test => google_auth_test}/middleware.clj (100%) rename google-auth-test/src/{google-auth-test => google_auth_test}/routes.clj (100%) rename google-auth-test/src/{google-auth-test => google_auth_test}/server.clj (100%) diff --git a/google-auth-test/nrepl.sh b/google-auth-test/nrepl similarity index 100% rename from google-auth-test/nrepl.sh rename to google-auth-test/nrepl diff --git a/google-auth-test/src/google-auth-test/environment.clj b/google-auth-test/src/google_auth_test/environment.clj similarity index 100% rename from google-auth-test/src/google-auth-test/environment.clj rename to google-auth-test/src/google_auth_test/environment.clj diff --git a/google-auth-test/src/google-auth-test/middleware.clj b/google-auth-test/src/google_auth_test/middleware.clj similarity index 100% rename from google-auth-test/src/google-auth-test/middleware.clj rename to google-auth-test/src/google_auth_test/middleware.clj diff --git a/google-auth-test/src/google-auth-test/routes.clj b/google-auth-test/src/google_auth_test/routes.clj similarity index 100% rename from google-auth-test/src/google-auth-test/routes.clj rename to google-auth-test/src/google_auth_test/routes.clj diff --git a/google-auth-test/src/google-auth-test/server.clj b/google-auth-test/src/google_auth_test/server.clj similarity index 100% rename from google-auth-test/src/google-auth-test/server.clj rename to google-auth-test/src/google_auth_test/server.clj