test ci
tronnet/workflows: Static Analysis -- Golang / static-go (push) Successful in 26s

This commit is contained in:
alu
2026-07-31 23:04:44 +00:00
parent ffa58e4218
commit c3b686a406
+2
View File
@@ -1,9 +1,11 @@
package main
import (
"log"
app "proxmoxaas-dashboard/app"
)
func main() {
app.Run()
log.Println("here")
}