mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-11-23 22:04:50 +02:00
8 lines
100 B
Go
8 lines
100 B
Go
package main
|
|
|
|
import "github.com/drakkan/sftpgo/ldapauthserver/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|