Fix: import package
This commit is contained in:
parent
752944d381
commit
228d674d93
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@ package redir
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"errors"
|
"errors"
|
||||||
|
"net"
|
||||||
|
|
||||||
|
"github.com/riobard/go-shadowsocks2/socks"
|
||||||
)
|
)
|
||||||
|
|
||||||
func parserPacket(conn net.Conn) (socks.Addr, error) {
|
func parserPacket(conn net.Conn) (socks.Addr, error) {
|
||||||
|
|
Loading…
Reference in a new issue