ProxmoxAAS-LDAP/proxmoxaas-ldap.go
2024-06-18 21:23:22 +00:00

10 lines
80 B
Go

package main
import (
app "proxmoxaas-ldap/app"
)
func main() {
app.Run()
}