1 Commits
Author SHA1 Message Date
alu c3b686a406 test ci
tronnet/workflows: Static Analysis -- Golang / static-go (push) Successful in 26s
2026-07-31 23:04:44 +00:00
+2
View File
@@ -1,9 +1,11 @@
package main
import (
"log"
app "proxmoxaas-dashboard/app"
)
func main() {
app.Run()
log.Println("here")
}