package main import ( "fmt" "jannex/robot-control-manager/modules/database" ) func init() { database.InitDatabase() } func main() { fmt.Println("Hello, World!") }