INIT Project structure

This commit is contained in:
Jan Barfuss 2024-12-14 02:12:47 +01:00
parent 016fa0e985
commit 2c7445d9ba
5 changed files with 7 additions and 0 deletions

1
examples/compose.yml Normal file
View File

@ -0,0 +1 @@
EXAMPLE COMPOSE

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module github.com/LeRoid-hub/Bookholder-API
go 1.22.1

1
internal/internal.go Normal file
View File

@ -0,0 +1 @@
package internal

1
main.go Normal file
View File

@ -0,0 +1 @@
package main

1
server/server.go Normal file
View File

@ -0,0 +1 @@
package server