This repository has been archived on 2026-07-17. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ProxmoxAAS-LDAP/proxmoxaas-ldap.go
T
2025-02-11 07:09:47 +00:00

10 lines
80 B
Go

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