ConcurrentProgrammingWithGo icon indicating copy to clipboard operation
ConcurrentProgrammingWithGo copied to clipboard

fix downloadPages func in listing 9-11

Open devashishraj opened this issue 7 months ago • 1 comments

in listing 9_11 : downloadPages was sending all response bodies back to first channel of Pages slice , so i just removed the loop so per call downloadPages sends back channel containing single response body , now each channel in Pages slice contain response body.

devashishraj avatar Jul 14 '24 04:07 devashishraj