mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-30 05:56:54 -05:00
Chore: fix gofumpt lint (#1719)
This commit is contained in:
parent
64a780bba6
commit
2332513471
@ -24,7 +24,7 @@ import (
|
||||
"github.com/v2fly/v2ray-core/v5/common/net"
|
||||
"github.com/v2fly/v2ray-core/v5/common/retry"
|
||||
"github.com/v2fly/v2ray-core/v5/common/serial"
|
||||
"github.com/v2fly/v2ray-core/v5/common/units"
|
||||
"github.com/v2fly/v2ray-core/v5/common/units"
|
||||
)
|
||||
|
||||
func xor(b []byte) []byte {
|
||||
|
@ -138,8 +138,8 @@ func (s *clientConnections) openConnection(destAddr net.Addr, config *Config, tl
|
||||
}
|
||||
|
||||
conns = removeInactiveConnections(conns)
|
||||
|
||||
newError("dialing QUIC to ", dest).WriteToLog()
|
||||
|
||||
newError("dialing QUIC to ", dest).WriteToLog()
|
||||
|
||||
rawConn, err := internet.ListenSystemPacket(context.Background(), &net.UDPAddr{
|
||||
IP: []byte{0, 0, 0, 0},
|
||||
|
Loading…
Reference in New Issue
Block a user