From 096972ad1edbb6a5113b43ca02a6505e1774647f Mon Sep 17 00:00:00 2001 From: Ujstor Date: Sun, 2 Feb 2025 15:45:29 +0100 Subject: [PATCH] file rename --- README.md | 2 +- cmd/flags/{backend.go => backendFrameworks.go} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename cmd/flags/{backend.go => backendFrameworks.go} (100%) diff --git a/README.md b/README.md index 1f58c7db..fd1997c3 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Go Blueprint is a CLI tool that allows users to spin up a structured Go project. It also -gives the option to integrate with one of the more popular backend and fronted framewors! +gives the option to integrate with one of the more popular backend and fronted frameworks! ### Why Would I use this? diff --git a/cmd/flags/backend.go b/cmd/flags/backendFrameworks.go similarity index 100% rename from cmd/flags/backend.go rename to cmd/flags/backendFrameworks.go