Fix: import package

This commit is contained in:
Dreamacro 2018-08-12 11:06:17 +08:00
parent 752944d381
commit 228d674d93

View file

@ -2,6 +2,9 @@ package redir
import (
"errors"
"net"
"github.com/riobard/go-shadowsocks2/socks"
)
func parserPacket(conn net.Conn) (socks.Addr, error) {