feat: Set up basic project folder structure

This commit is contained in:
Dennis Schoepf 2023-12-20 20:38:31 +01:00
parent 8fcf391ca9
commit a90df21030
3 changed files with 15 additions and 1 deletions

7
api/main.go Normal file
View file

@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Init API")
}