diff options
Diffstat (limited to '')
-rw-r--r-- | examples/search.go | 4 |
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 ( |