From 222854694e922344f18910ce3704115d08ca30cb Mon Sep 17 00:00:00 2001 From: Samuel Stauffer Date: Wed, 19 Mar 2014 13:57:32 -0700 Subject: Stylistic fixes, update imports, and some format string fixes --- modify.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'modify.go') 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 ( -- cgit v1.2.3