Skip to content

Commit

Permalink
chore: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
AkinoKaede authored and xiaokangwang committed Feb 18, 2023
1 parent 1bd1de5 commit ca185b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion proxy/trojan/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package trojan

import (
"context"
sync "sync"

This comment has been minimized.

Copy link
@Seymk

Seymk Jul 30, 2023

هدفمند بودن در تعهدکاری

"sync"

core "github.com/v2fly/v2ray-core/v5"
"github.com/v2fly/v2ray-core/v5/common"
Expand Down
2 changes: 1 addition & 1 deletion proxy/trojan/protocol.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ca185b3

Please sign in to comment.