summaryrefslogtreecommitdiffstats
path: root/examples/modify.go
diff options
context:
space:
mode:
authorMarc Sauter <marc.sauter@bluewin.ch>2014-02-03 08:51:53 +0100
committerSamuel Stauffer <samuel@descolada.com>2014-03-19 21:57:59 +0100
commite2ff8b4459c465d415d3e10f166c901dab96b56f (patch)
tree96320c6d478ffc9d392b7bedf407acd5af819759 /examples/modify.go
parentrefactoring, redesigned connection/message handling (diff)
downloadldap-e2ff8b4459c465d415d3e10f166c901dab96b56f.tar
ldap-e2ff8b4459c465d415d3e10f166c901dab96b56f.tar.gz
ldap-e2ff8b4459c465d415d3e10f166c901dab96b56f.tar.bz2
ldap-e2ff8b4459c465d415d3e10f166c901dab96b56f.tar.lz
ldap-e2ff8b4459c465d415d3e10f166c901dab96b56f.tar.xz
ldap-e2ff8b4459c465d415d3e10f166c901dab96b56f.tar.zst
ldap-e2ff8b4459c465d415d3e10f166c901dab96b56f.zip
Diffstat (limited to 'examples/modify.go')
-rw-r--r--examples/modify.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/modify.go b/examples/modify.go
index 7af8e06..46799b3 100644
--- a/examples/modify.go
+++ b/examples/modify.go
@@ -8,7 +8,7 @@ package main
import (
"errors"
"fmt"
- "github.com/tmfkams/ldap"
+ "github.com/marcsauter/ldap"
"log"
)