101usb
Results
2
comments of
101usb
Бро, все с нетерпением ждём этого нововведения!
@shimonoe , the proxy is not being used If I set a timeout timeout := 10000 * time.Millisecond request := gorequest.New().Proxy("socks5://8.8.8.8:9999").Timeout(timeout) resp,_,err := request.Get("www.google.com").End() fmt.Println(resp, err)