From d72eeae5523e610f6a5b44d1e88867a935ae4ae7 Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Wed, 1 May 2024 09:55:11 +0000 Subject: [PATCH] update --- backtrace/asn.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backtrace/asn.go b/backtrace/asn.go index 8997564..a26e340 100644 --- a/backtrace/asn.go +++ b/backtrace/asn.go @@ -91,7 +91,7 @@ func trace(ch chan Result, i int, cmin2 []string) { // 仅包含 AS4809 属于 CN2GIA asns = append(asns, "AS4809a") } - tempText += fmt.Sprintf("%v %-15s ", names[i], ips[i]) + tempText += fmt.Sprintf("%-15s ", ips[i]) for _, asn := range asns { asnDescription := m[asn] switch asn {