mirror of
https://github.com/drakkan/sftpgo.git
synced 2026-09-20 03:17:47 +00:00
8 lines
100 B
Go
8 lines
100 B
Go
package main
|
|
|
|
import "github.com/drakkan/sftpgo/ldapauthserver/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|