feat: Simplifies project structure

This commit is contained in:
Dennis Schoepf 2023-12-20 20:48:27 +01:00
parent ce3af5f873
commit 96c262a1c5
3 changed files with 1 additions and 15 deletions

View file

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

View file

@ -3,5 +3,5 @@ package main
import "fmt" import "fmt"
func main() { func main() {
fmt.Println("Init API") fmt.Println("Init freed application")
} }

View file

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