Files
ProxmoxAAS-Dashboard/proxmoxaas-dashboard.go
T
alu c3b686a406
tronnet/workflows: Static Analysis -- Golang / static-go (push) Successful in 26s
test ci
2026-07-31 23:04:44 +00:00

12 lines
113 B
Go

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