diff options
| author | Marin Ivanov <[email protected]> | 2019-02-13 04:17:59 +0200 |
|---|---|---|
| committer | Marin Ivanov <[email protected]> | 2019-02-13 04:37:38 +0200 |
| commit | 518f72942c1cf751010a532c6189cd0eb0a5323b (patch) | |
| tree | 72e8d1673717ff1b9865f1c618ea32713b8cd478 /control.go | |
| parent | b6dd6fd0300b606613fb90bf5c5a73bf488e9a1d (diff) | |
Change dependency urls and package name
* Make Go skip the examples directory
Diffstat (limited to 'control.go')
| -rw-r--r-- | control.go | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -2,12 +2,13 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -package ldapserver +package ldap import ( "fmt" - "github.com/mark-rushakoff/ldapserver/internal/asn1-ber" "strings" + + "github.com/metala/ldap/internal/asn1-ber" ) const ( |
