From 92441574907603e7902664ade1fe192124423ab1 Mon Sep 17 00:00:00 2001 From: John Date: Mon, 16 Apr 2018 17:01:05 +0800 Subject: [PATCH] =?UTF-8?q?gscanner=E4=BF=AE=E6=AD=A3gip=E5=8C=85=E5=90=8D?= =?UTF-8?q?=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- g/net/gscanner/scanner.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/g/net/gscanner/scanner.go b/g/net/gscanner/scanner.go index f0293f48a..44570c27f 100644 --- a/g/net/gscanner/scanner.go +++ b/g/net/gscanner/scanner.go @@ -4,16 +4,15 @@ // If a copy of the MIT was not distributed with this file, // You can obtain one at https://gitee.com/johng/gf. -// IP扫描器 +// IP扫描器. package gscanner import ( "net" "fmt" - "errors" "sync" "time" - "gitee.com/johng/gf/g/net/gip" + "errors" "gitee.com/johng/gf/g/net/gipv4" )