1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-01-02 15:36:41 -05:00

Fix lint for riverrun

This commit is contained in:
Shelikhoo 2024-03-22 15:34:41 +00:00
parent 558175f073
commit 2028e569ba
No known key found for this signature in database
GPG Key ID: 4C9764E9FE80A3DC

View File

@ -3,13 +3,15 @@ package riverrun
import ( import (
"context" "context"
"fmt" "fmt"
gonet "net"
"time"
"github.com/v2fly/riverrun" "github.com/v2fly/riverrun"
"github.com/v2fly/riverrun/common/drbg" "github.com/v2fly/riverrun/common/drbg"
"github.com/v2fly/v2ray-core/v5/common" "github.com/v2fly/v2ray-core/v5/common"
"github.com/v2fly/v2ray-core/v5/common/net" "github.com/v2fly/v2ray-core/v5/common/net"
"github.com/v2fly/v2ray-core/v5/transport/internet" "github.com/v2fly/v2ray-core/v5/transport/internet"
gonet "net"
"time"
) )
//go:generate go run github.com/v2fly/v2ray-core/v5/common/errors/errorgen //go:generate go run github.com/v2fly/v2ray-core/v5/common/errors/errorgen