Go logic question multiple HTTP reqeuests best way
I want to perform multiple http requests, ill get a json response from each request and want to store them in an array or slice.
I want to perform multiple http requests, ill get a json response from each request and want to store them in an array or slice.