Explorar o código

Style: format imports

秋のかえで %!s(int64=3) %!d(string=hai) anos
pai
achega
c10e16cb5e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      proxy/trojan/server.go

+ 1 - 1
proxy/trojan/server.go

@@ -12,7 +12,7 @@ import (
 	"github.com/v2fly/v2ray-core/v5/common/errors"
 	"github.com/v2fly/v2ray-core/v5/common/log"
 	"github.com/v2fly/v2ray-core/v5/common/net"
-	packetaddr "github.com/v2fly/v2ray-core/v5/common/net/packetaddr"
+	"github.com/v2fly/v2ray-core/v5/common/net/packetaddr"
 	"github.com/v2fly/v2ray-core/v5/common/protocol"
 	udp_proto "github.com/v2fly/v2ray-core/v5/common/protocol/udp"
 	"github.com/v2fly/v2ray-core/v5/common/retry"