hmgle / graftcp

A flexible tool for redirecting a given program's TCP traffic to SOCKS5 or HTTP proxy.
GNU General Public License v3.0
2.1k stars 173 forks source link

get dependences for go graftcp-local project #5

Closed w169q169 closed 6 years ago

hmgle commented 6 years ago

Thank you for your Pull Request. go get ./... depends the GOPATH, if the graftcp-local's path is not inside the GOPATH, it will build failed, so I revert the Makefile. As vendor directory has contained all the dependent packages, it doesn't need go get ./....