Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Latest commit

 

History

History
7 lines (5 loc) · 140 Bytes

File metadata and controls

7 lines (5 loc) · 140 Bytes

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/...