From a9fcb47ef53af1363ca5b8f997b51c0605e64135 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 26 Apr 2026 02:43:29 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=20=E6=B7=BB=E5=8A=A0time=E5=8C=85=E5=AF=BC?= =?UTF-8?q?=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/device/parser.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/device/parser.go b/internal/device/parser.go index ced7432..30226a4 100644 --- a/internal/device/parser.go +++ b/internal/device/parser.go @@ -2,6 +2,7 @@ package device import ( "fmt" + "time" "network-topology-discovery/pkg/models" sshclient "network-topology-discovery/internal/ssh" )