cybozu-go / transocks

Transparent SOCKS5 / HTTP proxy in Go
MIT License
467 stars 61 forks source link

Replace syscall with golang.org/x/sys #14

Closed otariidae closed 5 years ago

otariidae commented 5 years ago

Closes #13

syscall has been deprecated. Use golang.org/x/sys instead. Build and test passed with GO111MODULE enabled.

ymmt2005 commented 5 years ago

Tested locally. Thank you for the great contribution!

otariidae commented 5 years ago

Thank you for merging!