From 2b58f3ef141ca01ca2a3079cb99ed5b9b9422b74 Mon Sep 17 00:00:00 2001 From: Vincent Vanackere Date: Thu, 24 Jul 2014 10:33:06 +0200 Subject: examples : fix import path, add +build ignore directive These examples are independant (and not part of a single package). --- examples/modify.go | 4 +++- examples/search.go | 4 +++- examples/searchSSL.go | 4 +++- examples/searchTLS.go | 4 +++- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/examples/modify.go b/examples/modify.go index 177fe8d..326598c 100644 --- a/examples/modify.go +++ b/examples/modify.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. @@ -9,7 +11,7 @@ import ( "fmt" "log" - "github.com/juju2013/goldap" + "github.com/vanackere/ldap" ) var ( 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 ( diff --git a/examples/searchSSL.go b/examples/searchSSL.go index a98ca3a..db2f7b8 100644 --- a/examples/searchSSL.go +++ b/examples/searchSSL.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 ( diff --git a/examples/searchTLS.go b/examples/searchTLS.go index a20bcc3..b4dce8a 100644 --- a/examples/searchTLS.go +++ b/examples/searchTLS.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 ( -- cgit v1.2.3