Chore: fix gofumpt lint (#1719)

This commit is contained in:
秋のかえで 2022-04-06 23:48:16 +08:00 committed by GitHub
parent 64a780bba6
commit 2332513471
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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 {

View File

@ -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},