1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-28 10:15:23 +00:00

chore: format code

This commit is contained in:
秋のかえで 2022-12-21 17:20:22 +08:00 committed by Shelikhoo
parent 1bd1de5f52
commit ca185b3310
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316
2 changed files with 2 additions and 2 deletions

View File

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

View File

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