I need proxy to download packages from golang.org. I have a SOCKS server myself, and need to direct 'go get' to connect through it. But I've tried tsocks and proxychains and they both don't help. How can I resolve this?
Asked
Active
Viewed 140 times
0
-
1Perhaps also useful: https://github.com/golang/go/wiki/GoGetProxyConfig – Oct 09 '15 at 15:53
-
@TimCooper Thanks for your first link! In fact I've looked at that question but didn't read the comments carefully:). Anyway, privoxy is exactly what I need. – AaronS Oct 09 '15 at 16:49