From 3e6da7a6b6347124c28ae5f61b65a1d85c3427cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?sunlei3=20=5B=E5=AD=99=E9=9B=B7=5D?= Date: Tue, 10 Oct 2017 18:44:00 +0800 Subject: [PATCH] refine SetReadDeadline --- conn.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conn.go b/conn.go index 30a5f64..3075f81 100644 --- a/conn.go +++ b/conn.go @@ -13,10 +13,10 @@ import ( "math/rand" "net" "strconv" + "strings" "sync" "time" "unicode/utf8" - "strings" ) const (