From 3214c27bfa6c35714072570a63e4979fd4adff4c Mon Sep 17 00:00:00 2001 From: boy-hack <34109680@qq.com> Date: Tue, 22 Sep 2020 11:48:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E6=9C=80=E5=90=8E5s=E7=9A=84?= =?UTF-8?q?=E7=BB=93=E6=9D=9F=E6=A3=80=E6=B5=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/start.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/core/start.go b/core/start.go index 3be97bd..ff04b15 100644 --- a/core/start.go +++ b/core/start.go @@ -166,11 +166,11 @@ func Start(options *Options) { } time.Sleep(time.Millisecond * 723) } - gologger.Printf("\n") - for i := 5; i >= 0; i-- { - gologger.Printf("检测完毕,等待%ds\n", i) - time.Sleep(time.Second * 1) - } + //gologger.Printf("\n") + //for i := 5; i >= 0; i-- { + // gologger.Printf("检测完毕,等待%ds\n", i) + // time.Sleep(time.Second * 1) + //} sendog.Close() if options.Summary { Summary()