diff options
author | Samuel Stauffer <samuel@descolada.com> | 2014-03-19 21:57:32 +0100 |
---|---|---|
committer | Samuel Stauffer <samuel@descolada.com> | 2014-03-19 21:57:59 +0100 |
commit | 222854694e922344f18910ce3704115d08ca30cb (patch) | |
tree | 62d54db042f04993a4f89b780f0afb02b9a67e18 /examples/modify.go | |
parent | connection handling (diff) | |
download | ldap-222854694e922344f18910ce3704115d08ca30cb.tar ldap-222854694e922344f18910ce3704115d08ca30cb.tar.gz ldap-222854694e922344f18910ce3704115d08ca30cb.tar.bz2 ldap-222854694e922344f18910ce3704115d08ca30cb.tar.lz ldap-222854694e922344f18910ce3704115d08ca30cb.tar.xz ldap-222854694e922344f18910ce3704115d08ca30cb.tar.zst ldap-222854694e922344f18910ce3704115d08ca30cb.zip |
Diffstat (limited to 'examples/modify.go')
-rw-r--r-- | examples/modify.go | 4 |
1 files changed, 2 insertions, 2 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 ( |