From 6f8dfcedf2b7c93596781363c379cac7ef39ab55 Mon Sep 17 00:00:00 2001 From: Allo Date: Mon, 18 Mar 2024 20:36:26 +0800 Subject: [PATCH] fix lint --- app/router/strategy_random.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/router/strategy_random.go b/app/router/strategy_random.go index 0f148da0c9..5c30bbd345 100644 --- a/app/router/strategy_random.go +++ b/app/router/strategy_random.go @@ -3,13 +3,14 @@ package router import ( "context" + "google.golang.org/protobuf/proto" + core "github.com/v2fly/v2ray-core/v5" "github.com/v2fly/v2ray-core/v5/app/observatory" "github.com/v2fly/v2ray-core/v5/common" "github.com/v2fly/v2ray-core/v5/common/dice" "github.com/v2fly/v2ray-core/v5/features" "github.com/v2fly/v2ray-core/v5/features/extension" - "google.golang.org/protobuf/proto" ) // RandomStrategy represents a random balancing strategy