ββI have a request to perform some Google API search for some keywords and save the result (the URLs) into text files. It's a good chance to use Goβs concurrency pattern to assembly the pipeline, therefore, parallelizing the IO and CPU.
β± 4 minutes read
#Go
β± 4 minutes read
#Go
Medium
Golang Pipeline in Practise
I have a request to perform some Google API search for some keywords and save the result (the URLs) into text files. It's a good chance toβ¦