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 --- debug.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debug.go') diff --git a/debug.go b/debug.go index 56ed96f..02f9a7c 100644 --- a/debug.go +++ b/debug.go @@ -1,9 +1,9 @@ -// File contains debugging functionality package ldap import ( - "github.com/marcsauter/asn1-ber" "log" + + "github.com/SpruceHealth/asn1-ber" ) // debbuging type -- cgit v1.2.3