summaryrefslogtreecommitdiffstats
path: root/modify.go
diff options
context:
space:
mode:
authorSamuel Stauffer <samuel@descolada.com>2014-03-19 21:57:32 +0100
committerSamuel Stauffer <samuel@descolada.com>2014-03-19 21:57:59 +0100
commit222854694e922344f18910ce3704115d08ca30cb (patch)
tree62d54db042f04993a4f89b780f0afb02b9a67e18 /modify.go
parentconnection handling (diff)
downloadldap-222854694e922344f18910ce3704115d08ca30cb.tar
ldap-222854694e922344f18910ce3704115d08ca30cb.tar.gz
ldap-222854694e922344f18910ce3704115d08ca30cb.tar.bz2
ldap-222854694e922344f18910ce3704115d08ca30cb.tar.lz
ldap-222854694e922344f18910ce3704115d08ca30cb.tar.xz
ldap-222854694e922344f18910ce3704115d08ca30cb.tar.zst
ldap-222854694e922344f18910ce3704115d08ca30cb.zip
Diffstat (limited to '')
-rw-r--r--modify.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/modify.go b/modify.go
index 7228bfb..dad1179 100644
--- a/modify.go
+++ b/modify.go
@@ -26,12 +26,14 @@
//
// AttributeValue ::= OCTET STRING
//
+
package ldap
import (
"errors"
- "github.com/marcsauter/asn1-ber"
"log"
+
+ "github.com/SpruceHealth/asn1-ber"
)
const (