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:
parent
558175f073
commit
2028e569ba
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user