diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/modify.go | 4 | ||||
-rw-r--r-- | examples/search.go | 4 | ||||
-rw-r--r-- | examples/searchSSL.go | 4 | ||||
-rw-r--r-- | examples/searchTLS.go | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/examples/modify.go b/examples/modify.go index 46799b3..b8f9fe4 100644 --- a/examples/modify.go +++ b/examples/modify.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. -// File contains a modify example package main import ( "errors" "fmt" - "github.com/marcsauter/ldap" "log" + + "github.com/SpruceHealth/ldap" ) var ( diff --git a/examples/search.go b/examples/search.go index 5375551..4d86544 100644 --- a/examples/search.go +++ b/examples/search.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 ( 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 ( 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 ( |