From ca185b33108a42d4180b089f093a56714927c62e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E3=81=AE=E3=81=8B=E3=81=88=E3=81=A7?= Date: Wed, 21 Dec 2022 17:20:22 +0800 Subject: [PATCH] chore: format code --- proxy/trojan/client.go | 2 +- proxy/trojan/protocol.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/proxy/trojan/client.go b/proxy/trojan/client.go index 72243018179..b4b3bf6df16 100644 --- a/proxy/trojan/client.go +++ b/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" diff --git a/proxy/trojan/protocol.go b/proxy/trojan/protocol.go index 654f77db8da..9d4b74d924e 100644 --- a/proxy/trojan/protocol.go +++ b/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"