fix relative import
This commit is contained in:
parent
d1730de33c
commit
262b9f1b75
1 changed files with 1 additions and 2 deletions
3
main.go
3
main.go
|
@ -9,8 +9,7 @@ import (
|
|||
)
|
||||
|
||||
import (
|
||||
//"github.com/eyedeekay/eeproxy/socks"
|
||||
"./socks"
|
||||
"github.com/eyedeekay/eeproxy/socks"
|
||||
"github.com/eyedeekay/sam-forwarder/config"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue