package main import ( "log" app "proxmoxaas-dashboard/app" ) func main() { app.Run() log.Println("here") }