Skip to content

Commit

Permalink
Fix lint for riverrun
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaokangwang committed Mar 22, 2024
1 parent 558175f commit 2028e56
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions transport/internet/headers/riverrun/riverrun.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ package riverrun
import (
"context"
"fmt"
gonet "net"
"time"

"github.com/v2fly/riverrun"
"github.com/v2fly/riverrun/common/drbg"

"github.com/v2fly/v2ray-core/v5/common"
"github.com/v2fly/v2ray-core/v5/common/net"
"github.com/v2fly/v2ray-core/v5/transport/internet"
gonet "net"
"time"
)

//go:generate go run github.com/v2fly/v2ray-core/v5/common/errors/errorgen
Expand Down

0 comments on commit 2028e56

Please sign in to comment.