From 984f179a6338b2ee3e44e2ba98d99af4c6886b53 Mon Sep 17 00:00:00 2001 From: c1982 Date: Sat, 11 Apr 2015 00:36:41 +0300 Subject: [PATCH] Revert "added time import" This reverts commit 11ba4f047f100cfc20261ca5376f91ffa5ec5436. --- conn.go | 1 - 1 file changed, 1 deletion(-) diff --git a/conn.go b/conn.go index 32da3a8..d2a7464 100644 --- a/conn.go +++ b/conn.go @@ -32,7 +32,6 @@ import ( "net" "strings" "sync" - "time" ) const CHUNK_SIZE = 1024