From 461c28f3d1bb0f4223e059d0c1e8ce4f7c8f296f Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Fri, 1 Aug 2025 13:59:14 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E5=88=86=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bgptools/pop.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bgptools/pop.go b/bgptools/pop.go index 0aaf41c..f3feb40 100644 --- a/bgptools/pop.go +++ b/bgptools/pop.go @@ -39,8 +39,6 @@ type PoPResult struct { Result string } -// === 分类映射 === - var tier1Global = map[string]string{ "174": "Cogent", "1299": "Arelion", @@ -93,8 +91,6 @@ var ixps = map[string]string{ "6695": "DE-CIX", } -// === 工具函数 === - func getISPAbbr(asn, name string) string { if abbr, ok := tier1Global[asn]; ok { return abbr