Categorygithub.com/core-go/ldap
repositorypackage
0.1.0
Repository: https://github.com/core-go/ldap.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

ldap

Refer to:

Installation

Please make sure to initialize a Go module before installing core-go/ldap:

go get -u github.com/core-go/ldap

Import:

import "github.com/core-go/ldap"

Detail:

In go.mod file

require (
	gopkg.in/ldap.v3 v3.1.0
)