From a2ae950a949e8f86f6a402739811b5fbea506d6c Mon Sep 17 00:00:00 2001 From: kevin Date: Mon, 27 Oct 2025 22:23:10 +0800 Subject: [PATCH] chore: refactor --- natsq/config.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/natsq/config.go b/natsq/config.go index 01cfdd6..9585143 100644 --- a/natsq/config.go +++ b/natsq/config.go @@ -1,8 +1,6 @@ package natsq -import ( - "github.com/nats-io/nats.go" -) +import "github.com/nats-io/nats.go" type NatsConfig struct { ServerUri string