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

7
main.go Normal file
View file

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