summaryrefslogtreecommitdiffstats
path: root/examples/search.go
diff options
context:
space:
mode:
authorVincent Vanackere <vincent.vanackere@gmail.com>2014-07-24 10:33:06 +0200
committerVincent Vanackere <vincent.vanackere@gmail.com>2014-07-24 10:33:06 +0200
commit2b58f3ef141ca01ca2a3079cb99ed5b9b9422b74 (patch)
tree1e3a15aaf83364cd1719393d68521b5dba64e224 /examples/search.go
parentRemove data race between *Conn.Close() and *Conn.reader() (diff)
downloadldap-2b58f3ef141ca01ca2a3079cb99ed5b9b9422b74.tar
ldap-2b58f3ef141ca01ca2a3079cb99ed5b9b9422b74.tar.gz
ldap-2b58f3ef141ca01ca2a3079cb99ed5b9b9422b74.tar.bz2
ldap-2b58f3ef141ca01ca2a3079cb99ed5b9b9422b74.tar.lz
ldap-2b58f3ef141ca01ca2a3079cb99ed5b9b9422b74.tar.xz
ldap-2b58f3ef141ca01ca2a3079cb99ed5b9b9422b74.tar.zst
ldap-2b58f3ef141ca01ca2a3079cb99ed5b9b9422b74.zip
Diffstat (limited to 'examples/search.go')
-rw-r--r--examples/search.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/search.go b/examples/search.go
index 59a0333..93e941c 100644
--- a/examples/search.go
+++ b/examples/search.go
@@ -1,3 +1,5 @@
+// +build ignore
+
// Copyright 2014 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
@@ -8,7 +10,7 @@ import (
"fmt"
"log"
- "github.com/juju2013/goldap"
+ "github.com/vanackere/ldap"
)
var (