main.go 100 B

1234567
  1. package main
  2. import "github.com/drakkan/sftpgo/ldapauthserver/cmd"
  3. func main() {
  4. cmd.Execute()
  5. }