From 3dcadccc0c86d6ba728144e6dd5d715c778680f2 Mon Sep 17 00:00:00 2001 From: darius Date: Sun, 11 Feb 2024 22:49:58 +0100 Subject: [PATCH] first commit --- .idea/modules.xml | 2 +- .idea/{Go-Backend.iml => portfolio-backend.iml} | 0 .idea/vcs.xml | 2 +- go.mod | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename .idea/{Go-Backend.iml => portfolio-backend.iml} (100%) diff --git a/.idea/modules.xml b/.idea/modules.xml index dfd6709..542b3ac 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,7 +2,7 @@ - + \ No newline at end of file diff --git a/.idea/Go-Backend.iml b/.idea/portfolio-backend.iml similarity index 100% rename from .idea/Go-Backend.iml rename to .idea/portfolio-backend.iml diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 94a25f7..306239b 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/go.mod b/go.mod index 71cc63b..d99848e 100644 --- a/go.mod +++ b/go.mod @@ -1 +1 @@ -module Go-Backend +module portfolio-backend