Skip to content

Commit

Permalink
Merge pull request #17 from InazumaV/dev_new
Browse files Browse the repository at this point in the history
fix bug
  • Loading branch information
Yuzuki616 committed Sep 25, 2023
2 parents 0d86435 + 4ecbcf6 commit b058eb2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions core/sing/sing.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,9 @@ package sing
import (
"context"
"fmt"
"github.com/goccy/go-json"
"io"
"os"
"runtime/debug"
"time"

"github.com/InazumaV/V2bX/conf"
vCore "github.com/InazumaV/V2bX/core"
"github.com/goccy/go-json"
"github.com/inazumav/sing-box/adapter"
"github.com/inazumav/sing-box/inbound"
"github.com/inazumav/sing-box/log"
Expand All @@ -21,6 +16,11 @@ import (
E "github.com/sagernet/sing/common/exceptions"
F "github.com/sagernet/sing/common/format"
"github.com/sagernet/sing/service"
"github.com/sagernet/sing/service/pause"
"io"
"os"
"runtime/debug"
"time"
)

var _ adapter.Service = (*Box)(nil)
Expand Down

0 comments on commit b058eb2

Please sign in to comment.