From 0b228985474fe79ad3a56002b7438f806bbc4c53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BD=B1=E8=88=9E=E8=80=85?= Date: Fri, 7 Jan 2022 13:46:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9ELiveTop=E5=8A=9F=E8=83=BD,?= =?UTF-8?q?=E6=A3=80=E6=B5=8B=E5=AD=98=E6=B4=BB=E6=97=B6,=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E4=BC=9A=E8=BE=93=E5=87=BAtop10=E7=9A=84b=E3=80=81c?= =?UTF-8?q?=E6=AE=B5ip=E5=AD=98=E6=B4=BB=E6=95=B0=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/ParseIP.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/ParseIP.go b/common/ParseIP.go index 470e3b8..85c1445 100644 --- a/common/ParseIP.go +++ b/common/ParseIP.go @@ -13,6 +13,8 @@ import ( "strings" ) +var IsIPRange bool + var ParseIPErr = errors.New(" host parsing error\n" + "format: \n" + "192.168.1.1\n" +