Explorar el Código

chore: format code

秋のかえで hace 3 años
padre
commit
ca185b3310
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      proxy/trojan/client.go
  2. 1 1
      proxy/trojan/protocol.go

+ 1 - 1
proxy/trojan/client.go

@@ -2,7 +2,7 @@ package trojan
 
 import (
 	"context"
-	sync "sync"
+	"sync"
 
 	core "github.com/v2fly/v2ray-core/v5"
 	"github.com/v2fly/v2ray-core/v5/common"

+ 1 - 1
proxy/trojan/protocol.go

@@ -4,7 +4,7 @@ import (
 	"encoding/binary"
 	"io"
 	gonet "net"
-	sync "sync"
+	"sync"
 
 	"github.com/v2fly/v2ray-core/v5/common/buf"
 	"github.com/v2fly/v2ray-core/v5/common/net"