1
0
Fork 0
master
Ambrose Chua 2017-10-07 16:26:42 +08:00
parent dc1073f363
commit b7d027a091
1 changed files with 1 additions and 2 deletions

View File

@ -5,8 +5,7 @@ import (
)
func main() {
conf := &socks.Config{
}
conf := &socks.Config{}
server, err := socks.New(conf)
if err != nil {
panic(err)