diff options
Diffstat (limited to 'control.go')
| -rw-r--r-- | control.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,12 +2,12 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -package ldap +package ldapserver import ( - "strings" "fmt" - "github.com/nmcclain/asn1-ber" + "github.com/mark-rushakoff/ldapserver/internal/asn1-ber" + "strings" ) const ( |
