index
:
sijanec/ldap
master
Basic LDAP v3 client & server functionality for the GO programming language.
Anton Luka Šijanec <anton@sijanec.eu>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
conn.go
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'conn.go')
-rw-r--r--
conn.go
1
1 files changed, 1 insertions, 0 deletions
diff --git a/conn.go b/conn.go
index e771383..b9c4560 100644
--- a/
conn.go
+++ b/
conn.go
@@ -10,6 +10,7 @@ import (
"log"
"net"
"sync"
+ "time"
"github.com/vanackere/asn1-ber"
)