Alexander Shelepenok

Results 1 issues of Alexander Shelepenok

In `net/http` package doesn’t specify a timeout for default HTTP client. https://medium.com/@nate510/don-t-use-go-s-default-http-client-4804cb19f779 This fix allows you to specify a custom http client: ```golang package main import ( "fmt" "time" "net/http"...