aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunai.avila <[email protected]>2014-08-20 10:59:07 +0200
committerunai.avila <[email protected]>2014-08-20 10:59:07 +0200
commit3517f8985f1841bc06589e2dd40ea6ca012c113e (patch)
treebee3422617b6c0bfadfa7821d217e95bd9c1abe5
parent6f4418750e67c72641a4373ab580b306b0c9304c (diff)
import time
-rw-r--r--conn.go1
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"
)