Skip to content

Commit

Permalink
Refactor transporter package to improve performance and readability
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehco1996 committed Aug 28, 2024
1 parent 69fcb8a commit 394482e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions internal/transporter/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ import (
"fmt"
"net"

"github.com/sagernet/sing-box/common/sniff"
"github.com/sagernet/sing/common/buf"
"github.com/sagernet/sing/common/bufio"
"go.uber.org/zap"

"github.com/Ehco1996/ehco/internal/cmgr"
"github.com/Ehco1996/ehco/internal/conn"
"github.com/Ehco1996/ehco/internal/constant"
"github.com/Ehco1996/ehco/internal/lb"
"github.com/Ehco1996/ehco/internal/metrics"
"github.com/Ehco1996/ehco/internal/relay/conf"
"github.com/sagernet/sing-box/common/sniff"
"github.com/sagernet/sing/common/buf"
"github.com/sagernet/sing/common/bufio"

"go.uber.org/zap"
)

var _ RelayServer = &BaseRelayServer{}
Expand Down

0 comments on commit 394482e

Please sign in to comment.