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