fix relative import

This commit is contained in:
idk 2019-01-10 19:29:51 -05:00
parent d1730de33c
commit 262b9f1b75
No known key found for this signature in database
GPG key ID: D75C03B39B5E14E1

View file

@ -9,8 +9,7 @@ import (
)
import (
//"github.com/eyedeekay/eeproxy/socks"
"./socks"
"github.com/eyedeekay/eeproxy/socks"
"github.com/eyedeekay/sam-forwarder/config"
)