Skip to content

Commit

Permalink
Rename module
Browse files Browse the repository at this point in the history
  • Loading branch information
nekohasekai committed Nov 21, 2024
1 parent de1e1f5 commit 48ee617
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tun.go
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
package tun

import (
"github.com/sagernet/sing/common/control"
"io"
"net"
"net/netip"
"runtime"
"strconv"
"strings"

"github.com/sagernet/sing/common/control"
F "github.com/sagernet/sing/common/format"
"github.com/sagernet/sing/common/logger"
M "github.com/sagernet/sing/common/metadata"
Expand Down
2 changes: 1 addition & 1 deletion tun_darwin.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ package tun
import (
"errors"
"fmt"
"github.com/sagernet/sing-tun/internal/gtcpip/header"
"net"
"net/netip"
"os"
"syscall"
"unsafe"

"github.com/sagernet/sing-tun/internal/gtcpip/header"
"github.com/sagernet/sing/common"
"github.com/sagernet/sing/common/buf"
"github.com/sagernet/sing/common/bufio"
Expand Down

0 comments on commit 48ee617

Please sign in to comment.