Format code

This commit is contained in:
anytls 2025-02-20 17:18:18 +09:00
parent 3755c0f543
commit b99bbfce41
2 changed files with 5 additions and 3 deletions

View File

@ -5,8 +5,6 @@ import (
"net"
"strings"
anytls "github.com/anytls/sing-anytls"
"github.com/anytls/sing-anytls/padding"
"github.com/sagernet/sing-box/adapter"
"github.com/sagernet/sing-box/adapter/inbound"
"github.com/sagernet/sing-box/common/listener"
@ -21,6 +19,9 @@ import (
"github.com/sagernet/sing/common/logger"
M "github.com/sagernet/sing/common/metadata"
N "github.com/sagernet/sing/common/network"
anytls "github.com/anytls/sing-anytls"
"github.com/anytls/sing-anytls/padding"
)
func RegisterInbound(registry *inbound.Registry) {

View File

@ -5,7 +5,6 @@ import (
"net"
"os"
anytls "github.com/anytls/sing-anytls"
"github.com/sagernet/sing-box/adapter"
"github.com/sagernet/sing-box/adapter/outbound"
"github.com/sagernet/sing-box/common/dialer"
@ -17,6 +16,8 @@ import (
M "github.com/sagernet/sing/common/metadata"
N "github.com/sagernet/sing/common/network"
"github.com/sagernet/sing/common/uot"
anytls "github.com/anytls/sing-anytls"
)
func RegisterOutbound(registry *outbound.Registry) {