Mura Li d77176912b Use Go1.11 module (#5743) | il y a 5 ans | |
---|---|---|
.. | ||
.gitignore | il y a 5 ans | |
.travis.yml | il y a 5 ans | |
CONTRIBUTING.md | il y a 5 ans | |
LICENSE | il y a 5 ans | |
Makefile | il y a 5 ans | |
README.md | il y a 5 ans | |
add.go | il y a 5 ans | |
bind.go | il y a 5 ans | |
client.go | il y a 5 ans | |
compare.go | il y a 5 ans | |
conn.go | il y a 5 ans | |
control.go | il y a 5 ans | |
debug.go | il y a 5 ans | |
del.go | il y a 5 ans | |
dn.go | il y a 5 ans | |
doc.go | il y a 5 ans | |
error.go | il y a 5 ans | |
filter.go | il y a 5 ans | |
ldap.go | il y a 5 ans | |
moddn.go | il y a 5 ans | |
modify.go | il y a 5 ans | |
passwdmodify.go | il y a 5 ans | |
search.go | il y a 5 ans |
For the latest version use:
go get gopkg.in/ldap.v3
Import the latest version with:
import "gopkg.in/ldap.v3"
Bug reports and pull requests are welcome!
Before submitting a pull request, please make sure tests and verification scripts pass:
make all
To set up a pre-push hook to run the tests and verify scripts before pushing:
ln -s ../../.githooks/pre-push .git/hooks/pre-push
The Go gopher was designed by Renee French. (http://reneefrench.blogspot.com/) The design is licensed under the Creative Commons 3.0 Attributions license. Read this article for more details: http://blog.golang.org/gopher