first commit

This commit is contained in:
darius 2024-02-11 22:49:58 +01:00
parent c810277e24
commit 3dcadccc0c
4 changed files with 3 additions and 3 deletions

2
.idea/modules.xml generated
View File

@ -2,7 +2,7 @@
<project version="4"> <project version="4">
<component name="ProjectModuleManager"> <component name="ProjectModuleManager">
<modules> <modules>
<module fileurl="file://$PROJECT_DIR$/.idea/Go-Backend.iml" filepath="$PROJECT_DIR$/.idea/Go-Backend.iml" /> <module fileurl="file://$PROJECT_DIR$/../portfolio-backend/.idea/portfolio-backend.iml" filepath="$PROJECT_DIR$/../portfolio-backend/.idea/portfolio-backend.iml" />
</modules> </modules>
</component> </component>
</project> </project>

2
.idea/vcs.xml generated
View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="VcsDirectoryMappings"> <component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" /> <mapping directory="$PROJECT_DIR$/../portfolio-backend" vcs="Git" />
</component> </component>
</project> </project>

2
go.mod
View File

@ -1 +1 @@
module Go-Backend module portfolio-backend