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 --- ldap.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ldap.go') diff --git a/ldap.go b/ldap.go index cc94f2a..5a45fb9 100644 --- a/ldap.go +++ b/ldap.go @@ -2,14 +2,14 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// This package provides LDAP client functions. package ldap import ( "errors" "fmt" - "github.com/marcsauter/asn1-ber" "io/ioutil" + + "github.com/SpruceHealth/asn1-ber" ) // LDAP Application Codes -- cgit v1.2.3