Skip to content

Commit 749f84a

Browse files
authored
Update README (#245)
1 parent dd082ae commit 749f84a

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

README.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,8 @@
1-
[![GoDoc](https://godoc.org/gopkg.in/ldap.v3?status.svg)](https://godoc.org/gopkg.in/ldap.v3)
1+
[![GoDoc](https://godoc.org/github.com/go-ldap/ldap?status.svg)](https://godoc.org/github.com/go-ldap/ldap)
22
[![Build Status](https://travis-ci.org/go-ldap/ldap.svg)](https://travis-ci.org/go-ldap/ldap)
33

44
# Basic LDAP v3 functionality for the GO programming language.
55

6-
## Install
7-
8-
For the latest version use:
9-
10-
go get gopkg.in/ldap.v3
11-
12-
Import the latest version with:
13-
14-
import "gopkg.in/ldap.v3"
15-
16-
## Required Libraries:
17-
18-
- github.com/go-asn1-ber/asn1-ber
19-
206
## Features:
217

228
- Connecting to LDAP server (non-TLS, TLS, STARTTLS)

0 commit comments

Comments
 (0)