sftpgo/examples/ldapauthserver/main.go

8 lines
100 B
Go
Raw Normal View History

package main
import "github.com/drakkan/sftpgo/ldapauthserver/cmd"
func main() {
cmd.Execute()
}