Browse Source

chore: format code

秋のかえで 2 years ago
parent
commit
ca185b3310
2 changed files with 2 additions and 2 deletions
  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"