Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yin1999 committed Mar 18, 2024
1 parent 1000f6e commit 6f8dfce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/router/strategy_random.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f8dfce

Please sign in to comment.