p1gd0g.github.io

View My GitHub Profile

Set Proxy for “go get”

“go get” supports socks5 proxy itself.

https_proxy=socks5://127.0.0.1:1080 go get golang.org/x/crypto/...