aboutsummaryrefslogtreecommitdiff
path: root/conn.go
diff options
context:
space:
mode:
authorMark Rushakoff <[email protected]>2018-02-23 09:36:57 -0800
committerMark Rushakoff <[email protected]>2018-02-23 09:36:57 -0800
commit1fb3ada78e9c4f674ad3cf8f3313a1aab73fd231 (patch)
tree6ce6f38b91c5a9ce25dc450d4381c59488432295 /conn.go
parent6dd74f48601c134dd6e3b3b895209c779a8b689d (diff)
Update import paths and go fmt
Diffstat (limited to 'conn.go')
-rw-r--r--conn.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/conn.go b/conn.go
index 253e58e..cd154f7 100644
--- a/conn.go
+++ b/conn.go
@@ -2,7 +2,7 @@
// 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 (
"crypto/tls"
@@ -12,7 +12,7 @@ import (
"sync"
"time"
- "github.com/nmcclain/asn1-ber"
+ "github.com/mark-rushakoff/ldapserver/internal/asn1-ber"
)
const (