diff options
Diffstat (limited to 'examples/searchSSL.go')
-rw-r--r-- | examples/searchSSL.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/searchSSL.go b/examples/searchSSL.go index 84895fc..1022886 100644 --- a/examples/searchSSL.go +++ b/examples/searchSSL.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 ( |