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 --- examples/searchTLS.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/searchTLS.go') diff --git a/examples/searchTLS.go b/examples/searchTLS.go index c0d4b38..d12b582 100644 --- a/examples/searchTLS.go +++ b/examples/searchTLS.go @@ -2,13 +2,13 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// File contains a search example package main import ( "fmt" - "github.com/marcsauter/ldap" "log" + + "github.com/SpruceHealth/ldap" ) var ( -- cgit v1.2.3