From a9eefff10810d7f18007e1d21f6b928308bd85aa Mon Sep 17 00:00:00 2001 From: test Date: Mon, 8 Mar 2021 17:02:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'main.go'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 3b5ddee..f8169fc 100644 --- a/main.go +++ b/main.go @@ -174,4 +174,5 @@ func main() { defer conn.Close() testClient(conn,sendContent,*countFlag) } + //add nothing for test } -- 2.25.1